Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentDeleteBookingParams
Packages that use IAppointmentDeleteBookingParams
Package
Description
Package for the API access of the model classes.
-
Uses of IAppointmentDeleteBookingParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentDeleteBookingParamsModifier and TypeMethodDescriptionvoid
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 IAppointmentDeleteBookingParamsModifier and TypeClassDescriptionclass
POJO implementation ofIAppointmentDeleteBookingParams
with a builder.Methods in de.xima.fc.appointment that return IAppointmentDeleteBookingParamsMethods in de.xima.fc.appointment with parameters of type IAppointmentDeleteBookingParamsModifier and TypeMethodDescriptionvoid
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 IAppointmentDeleteBookingParamsModifier and TypeMethodDescriptionvoid
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 IAppointmentDeleteBookingParamsModifier and TypeMethodDescriptionvoid
IAppointmentHandler.cancelBookedAppointment
(UserContext uc, IAppointmentDeleteBookingParams params) Cancels the given appointment.