Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentFreeSlotQueryParams
-
Packages that use IAppointmentFreeSlotQueryParams 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 de.xima.fc.servlet.parameter -
-
Uses of IAppointmentFreeSlotQueryParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentFreeSlotQueryParams 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 IAppointmentFreeSlotQueryParams in de.xima.fc.appointment
Methods in de.xima.fc.appointment with parameters of type IAppointmentFreeSlotQueryParams Modifier and Type Method Description IAppointmentFreeSlotQueryResult
FreeSlotQueryExecutor. executeQuery(IEntityContext ec, IAppointmentFreeSlotQueryParams params)
Finds the available free slots for a given appointment template, given certain restrictions. -
Uses of IAppointmentFreeSlotQueryParams in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IAppointmentFreeSlotQueryParams Modifier and Type Method Description IAppointmentFreeSlotQueryResult
AppointmentTemplateHandler. executeFreeSlotQuery(UserContext uc, IAppointmentFreeSlotQueryParams params)
-
Uses of IAppointmentFreeSlotQueryParams in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IAppointmentFreeSlotQueryParams 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. -
Uses of IAppointmentFreeSlotQueryParams in de.xima.fc.servlet.parameter
Methods in de.xima.fc.servlet.parameter that return IAppointmentFreeSlotQueryParams Modifier and Type Method Description IAppointmentFreeSlotQueryParams
AppointmentFreeSlotsServletParameter. toQueryParams(long clientId)
Converts these servlet parameters to the appropriate parameters required by the free slot query API.
-