Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentFreeSlotQueryParams
Packages that use IAppointmentFreeSlotQueryParams
Package
Description
Package for the API access of the model classes.
-
Uses of IAppointmentFreeSlotQueryParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IAppointmentFreeSlotQueryParamsModifier and TypeMethodDescriptionAppointmentTemplateAPI.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 IAppointmentFreeSlotQueryParamsModifier and TypeMethodDescriptionFreeSlotQueryExecutor.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 IAppointmentFreeSlotQueryParamsModifier and TypeMethodDescriptionAppointmentTemplateHandler.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 IAppointmentFreeSlotQueryParamsModifier and TypeMethodDescriptionIAppointmentTemplateHandler.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 IAppointmentFreeSlotQueryParamsModifier and TypeMethodDescriptionAppointmentFreeSlotsServletParameter.toQueryParams
(long clientId) Converts these servlet parameters to the appropriate parameters required by the free slot query API.