Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentMoveBookingParams
Packages that use IAppointmentMoveBookingParams
Package
Description
Package for the API access of the model classes.
-
Uses of IAppointmentMoveBookingParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentMoveBookingParamsModifier and TypeMethodDescriptionAppointmentAPI.moveBookedAppointment
(UserContext uc, IAppointmentMoveBookingParams params) Moves an appointment to a different time and date. -
Uses of IAppointmentMoveBookingParams in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentMoveBookingParamsModifier and TypeClassDescriptionfinal class
POJO implementation ofIAppointmentMoveBookingParams
with a builder.Methods in de.xima.fc.appointment that return IAppointmentMoveBookingParamsMethods in de.xima.fc.appointment with parameters of type IAppointmentMoveBookingParamsModifier and TypeMethodDescriptionAppointmentBookingExecutor.moveBookedAppointment
(IAppointmentMoveBookingParams params, Instant now) Updates (moves) an appointment to a different time slot. -
Uses of IAppointmentMoveBookingParams in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IAppointmentMoveBookingParamsModifier and TypeMethodDescriptionAppointmentHandler.moveBookedAppointment
(UserContext uc, IAppointmentMoveBookingParams params) -
Uses of IAppointmentMoveBookingParams in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IAppointmentMoveBookingParamsModifier and TypeMethodDescriptionIAppointmentHandler.moveBookedAppointment
(UserContext uc, IAppointmentMoveBookingParams params) Moves an appointment to a different time and date.