Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentCreateBookingParams
Packages that use IAppointmentCreateBookingParams
Package
Description
Package for the API access of the model classes.
-
Uses of IAppointmentCreateBookingParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentCreateBookingParamsModifier and TypeMethodDescriptionAppointmentAPI.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 IAppointmentCreateBookingParamsModifier and TypeClassDescriptionclass
POJO implementation ofIAppointmentCreateBookingParams
with a builder.Methods in de.xima.fc.appointment that return IAppointmentCreateBookingParamsMethods in de.xima.fc.appointment with parameters of type IAppointmentCreateBookingParamsModifier and TypeMethodDescriptionAppointmentBookingExecutor.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 IAppointmentCreateBookingParamsModifier and TypeMethodDescriptionAppointmentHandler.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 IAppointmentCreateBookingParamsModifier and TypeMethodDescriptionIAppointmentHandler.createBookedAppointment
(UserContext uc, IAppointmentCreateBookingParams params) Books the given appointment.