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 TypeMethodDescriptionvoid
AppointmentAPI.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 TypeMethodDescriptionvoid
AppointmentBookingExecutor.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 TypeMethodDescriptionvoid
AppointmentHandler.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 TypeMethodDescriptionvoid
IAppointmentHandler.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.