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 AppointmentAppointmentAPI. 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 classAppointmentMoveBookingParamsPOJO implementation ofIAppointmentMoveBookingParamswith a builder.Methods in de.xima.fc.appointment that return IAppointmentMoveBookingParams Modifier and Type Method Description IAppointmentMoveBookingParamsAppointmentMoveBookingParams.Builder. build()Methods in de.xima.fc.appointment with parameters of type IAppointmentMoveBookingParams Modifier and Type Method Description AppointmentAppointmentBookingExecutor. 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 AppointmentAppointmentHandler. 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 AppointmentIAppointmentHandler. moveBookedAppointment(UserContext uc, IAppointmentMoveBookingParams params)Moves an appointment to a different time and date. 
 -