Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentFreeSlotQueryResult
-
Packages that use IAppointmentFreeSlotQueryResult 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 IAppointmentFreeSlotQueryResult in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return IAppointmentFreeSlotQueryResult Modifier and Type Method Description IAppointmentFreeSlotQueryResult
AppointmentTemplateAPI. executeFreeSlotQuery(UserContext uc, IAppointmentFreeSlotQueryParams params)
Finds all available date slots for the given appointment template, in the given month of the year. -
Uses of IAppointmentFreeSlotQueryResult in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentFreeSlotQueryResult Modifier and Type Class Description class
AppointmentFreeSlotQueryResult
POJO implementation of aIAppointmentFreeSlotQueryParams
.Methods in de.xima.fc.appointment that return IAppointmentFreeSlotQueryResult Modifier and Type Method Description IAppointmentFreeSlotQueryResult
FreeSlotQueryResultBuilder. build()
Creates the free slots from the data of this builder.static IAppointmentFreeSlotQueryResult
FreeSlotQueryResultBuilder. empty()
static IAppointmentFreeSlotQueryResult
FreeSlotQueryResultBuilder. emptyWithZone(ZoneId zoneId)
IAppointmentFreeSlotQueryResult
FreeSlotQueryExecutor. executeQuery(IEntityContext ec, IAppointmentFreeSlotQueryParams params)
Finds the available free slots for a given appointment template, given certain restrictions. -
Uses of IAppointmentFreeSlotQueryResult in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return IAppointmentFreeSlotQueryResult Modifier and Type Method Description IAppointmentFreeSlotQueryResult
AppointmentTemplateHandler. executeFreeSlotQuery(UserContext uc, IAppointmentFreeSlotQueryParams params)
-
Uses of IAppointmentFreeSlotQueryResult in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return IAppointmentFreeSlotQueryResult Modifier and Type Method Description IAppointmentFreeSlotQueryResult
IAppointmentTemplateHandler. executeFreeSlotQuery(UserContext uc, IAppointmentFreeSlotQueryParams params)
Finds all available date slots for the given appointment template, in the given month of the year.
-