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 Appointment
AppointmentAPI. 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 class
AppointmentCreateBookingParams
POJO implementation ofIAppointmentCreateBookingParams
with a builder.Methods in de.xima.fc.appointment that return IAppointmentCreateBookingParams Modifier and Type Method Description IAppointmentCreateBookingParams
AppointmentCreateBookingParams.Builder. build()
Methods in de.xima.fc.appointment with parameters of type IAppointmentCreateBookingParams Modifier and Type Method Description Appointment
AppointmentBookingExecutor. 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 Appointment
AppointmentHandler. 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 Appointment
IAppointmentHandler. createBookedAppointment(UserContext uc, IAppointmentCreateBookingParams params)
Books the given appointment.
-