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 voidAppointmentAPI. 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 classAppointmentDeleteBookingParamsPOJO implementation ofIAppointmentDeleteBookingParamswith a builder.Methods in de.xima.fc.appointment that return IAppointmentDeleteBookingParams Modifier and Type Method Description IAppointmentDeleteBookingParamsAppointmentDeleteBookingParams.Builder. build()Methods in de.xima.fc.appointment with parameters of type IAppointmentDeleteBookingParams Modifier and Type Method Description voidAppointmentBookingExecutor. 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 voidAppointmentHandler. 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 voidIAppointmentHandler. cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params)Cancels the given appointment. 
 -