Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentMoveBookingParams
-
Packages that use IAppointmentMoveBookingParams 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 IAppointmentMoveBookingParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentMoveBookingParams Modifier and Type Method Description Appointment
AppointmentAPI. 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 IAppointmentMoveBookingParams Modifier and Type Class Description class
AppointmentMoveBookingParams
POJO implementation ofIAppointmentMoveBookingParams
with a builder.Methods in de.xima.fc.appointment that return IAppointmentMoveBookingParams Modifier and Type Method Description IAppointmentMoveBookingParams
AppointmentMoveBookingParams.Builder. build()
Methods in de.xima.fc.appointment with parameters of type IAppointmentMoveBookingParams Modifier and Type Method Description Appointment
AppointmentBookingExecutor. 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 IAppointmentMoveBookingParams Modifier and Type Method Description Appointment
AppointmentHandler. 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 IAppointmentMoveBookingParams Modifier and Type Method Description Appointment
IAppointmentHandler. moveBookedAppointment(UserContext uc, IAppointmentMoveBookingParams params)
Moves an appointment to a different time and date.
-