Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentCreateBookingParams
- 
Packages that use IAppointmentCreateBookingParams 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 IAppointmentCreateBookingParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentCreateBookingParams Modifier and Type Method Description AppointmentAppointmentAPI. createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params)Books the given appointment. - 
Uses of IAppointmentCreateBookingParams in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentCreateBookingParams Modifier and Type Class Description classAppointmentCreateBookingParamsPOJO implementation ofIAppointmentCreateBookingParamswith a builder.Methods in de.xima.fc.appointment that return IAppointmentCreateBookingParams Modifier and Type Method Description IAppointmentCreateBookingParamsAppointmentCreateBookingParams.Builder. build()Methods in de.xima.fc.appointment with parameters of type IAppointmentCreateBookingParams Modifier and Type Method Description AppointmentAppointmentBookingExecutor. createBookedAppointment(IAppointmentCreateBookingParams params, Instant now)Creates (books) a new appointment at a given time slot. - 
Uses of IAppointmentCreateBookingParams in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IAppointmentCreateBookingParams Modifier and Type Method Description AppointmentAppointmentHandler. createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params) - 
Uses of IAppointmentCreateBookingParams in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IAppointmentCreateBookingParams Modifier and Type Method Description AppointmentIAppointmentHandler. createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params)Books the given appointment. 
 -