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 IAppointmentFreeSlotQueryResultAppointmentTemplateAPI. 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 IAppointmentFreeSlotQueryResultFreeSlotQueryExecutor. 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 IAppointmentFreeSlotQueryResultAppointmentTemplateHandler. 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 IAppointmentFreeSlotQueryResultIAppointmentTemplateHandler. 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 IAppointmentFreeSlotQueryParamsAppointmentFreeSlotsServletParameter. toQueryParams(long clientId)Converts these servlet parameters to the appropriate parameters required by the free slot query API. 
 -