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 voidAppointmentAPI. cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params)Cancels the given appointment.AppointmentAppointmentAPI. createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params)Books the given appointment.AppointmentAppointmentAPI. 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 voidAppointmentBookingExecutor. cancelBookedAppointment(IAppointmentDeleteBookingParams params, Instant now)Deletes (cancels) an existing appointment.AppointmentAppointmentBookingExecutor. createBookedAppointment(IAppointmentCreateBookingParams params, Instant now)Creates (books) a new appointment at a given time slot.AppointmentAppointmentBookingExecutor. 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 VorgangAppointmentPersistBuilder. 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 voidAppointmentHandler. cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params)AppointmentAppointmentHandler. createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params)AppointmentAppointmentHandler. 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 voidIAppointmentHandler. cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params)Cancels the given appointment.AppointmentIAppointmentHandler. createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params)Books the given appointment.AppointmentIAppointmentHandler. moveBookedAppointment(UserContext uc, IAppointmentMoveBookingParams params)Moves an appointment to a different time and date. 
 -