Uses of Class
de.xima.fc.appointment.AppointmentBookingException
Packages that use AppointmentBookingException
Package
Description
Package for the API access of the model classes.
-
Uses of AppointmentBookingException in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that throw AppointmentBookingExceptionModifier and TypeMethodDescriptionvoidAppointmentAPI.cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params) Cancels the given appointment.AppointmentAPI.createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params) Books the given appointment.AppointmentAPI.moveBookedAppointment(UserContext uc, IAppointmentMoveBookingParams params) Moves an appointment to a different time and date. -
Uses of AppointmentBookingException in de.xima.fc.appointment
Methods in de.xima.fc.appointment that throw AppointmentBookingExceptionModifier and TypeMethodDescriptionvoidAppointmentBookingExecutor.cancelBookedAppointment(IAppointmentDeleteBookingParams params, Instant now) Deletes (cancels) an existing appointment.AppointmentBookingExecutor.createBookedAppointment(IAppointmentCreateBookingParams params, Instant now) Creates (books) a new appointment at a given time slot.AppointmentBookingExecutor.moveBookedAppointment(IAppointmentMoveBookingParams params, Instant now) Updates (moves) an appointment to a different time slot. -
Uses of AppointmentBookingException in de.xima.fc.form.appointment
Methods in de.xima.fc.form.appointment that throw AppointmentBookingException -
Uses of AppointmentBookingException in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that throw AppointmentBookingExceptionModifier and TypeMethodDescriptionvoidAppointmentHandler.cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params) AppointmentHandler.createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params) AppointmentHandler.moveBookedAppointment(UserContext uc, IAppointmentMoveBookingParams params) -
Uses of AppointmentBookingException in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that throw AppointmentBookingExceptionModifier and TypeMethodDescriptionvoidIAppointmentHandler.cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params) Cancels the given appointment.IAppointmentHandler.createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params) Books the given appointment.IAppointmentHandler.moveBookedAppointment(UserContext uc, IAppointmentMoveBookingParams params) Moves an appointment to a different time and date.