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 TypeMethodDescriptionvoidAppointmentAPI.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 TypeClassDescriptionclassPOJO implementation ofIAppointmentDeleteBookingParamswith a builder.Methods in de.xima.fc.appointment that return IAppointmentDeleteBookingParamsMethods in de.xima.fc.appointment with parameters of type IAppointmentDeleteBookingParamsModifier and TypeMethodDescriptionvoidAppointmentBookingExecutor.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 TypeMethodDescriptionvoidAppointmentHandler.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 TypeMethodDescriptionvoidIAppointmentHandler.cancelBookedAppointment(UserContext uc, IAppointmentDeleteBookingParams params) Cancels the given appointment.