Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentDeleteBookingParams
-
Packages that use IAppointmentDeleteBookingParams Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.appointment de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity -
-
Uses of IAppointmentDeleteBookingParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentDeleteBookingParams Modifier and Type Method Description void
AppointmentAPI. cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params)
Cancels the given appointment. -
Uses of IAppointmentDeleteBookingParams in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentDeleteBookingParams Modifier and Type Class Description class
AppointmentDeleteBookingParams
POJO implementation ofIAppointmentDeleteBookingParams
with a builder.Methods in de.xima.fc.appointment that return IAppointmentDeleteBookingParams Modifier and Type Method Description IAppointmentDeleteBookingParams
AppointmentDeleteBookingParams.Builder. build()
Methods in de.xima.fc.appointment with parameters of type IAppointmentDeleteBookingParams Modifier and Type Method Description void
AppointmentBookingExecutor. cancelBookedAppointment(IAppointmentDeleteBookingParams params, Instant now)
Deletes (cancels) an existing appointment. -
Uses of IAppointmentDeleteBookingParams in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IAppointmentDeleteBookingParams Modifier and Type Method Description void
AppointmentHandler. cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params)
-
Uses of IAppointmentDeleteBookingParams in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IAppointmentDeleteBookingParams Modifier and Type Method Description void
IAppointmentHandler. cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params)
Cancels the given appointment.
-