Uses of Class
de.xima.fc.appointment.AppointmentBookingException
-
Packages that use AppointmentBookingException Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.appointment de.xima.fc.form.appointment de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity -
-
Uses of AppointmentBookingException in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that throw AppointmentBookingException Modifier and Type Method Description void
AppointmentAPI. cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params)
Cancels the given appointment.Appointment
AppointmentAPI. createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params)
Books the given appointment.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 AppointmentBookingException Modifier and Type Method Description void
AppointmentBookingExecutor. cancelBookedAppointment(IAppointmentDeleteBookingParams params, Instant now)
Deletes (cancels) an existing appointment.Appointment
AppointmentBookingExecutor. createBookedAppointment(IAppointmentCreateBookingParams params, Instant now)
Creates (books) a new appointment at a given time slot.Appointment
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 Modifier and Type Method Description Vorgang
AppointmentPersistBuilder. build(Vorgang formRecord)
Processes the appointments, saving them or deleting them as required. -
Uses of AppointmentBookingException in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that throw AppointmentBookingException Modifier and Type Method Description void
AppointmentHandler. cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params)
Appointment
AppointmentHandler. createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params)
Appointment
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 AppointmentBookingException Modifier and Type Method Description void
IAppointmentHandler. cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params)
Cancels the given appointment.Appointment
IAppointmentHandler. createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params)
Books the given appointment.Appointment
IAppointmentHandler. moveBookedAppointment(UserContext uc, IAppointmentMoveBookingParams params)
Moves an appointment to a different time and date.
-