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 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 IAppointmentFreeSlotQueryResult in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentFreeSlotQueryResult Modifier and Type Class Description classAppointmentFreeSlotQueryResultPOJO implementation of aIAppointmentFreeSlotQueryParams.Methods in de.xima.fc.appointment that return IAppointmentFreeSlotQueryResult Modifier and Type Method Description IAppointmentFreeSlotQueryResultFreeSlotQueryResultBuilder. build()Creates the free slots from the data of this builder.static IAppointmentFreeSlotQueryResultFreeSlotQueryResultBuilder. empty()static IAppointmentFreeSlotQueryResultFreeSlotQueryResultBuilder. emptyWithZone(ZoneId zoneId)IAppointmentFreeSlotQueryResultFreeSlotQueryExecutor. 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 IAppointmentFreeSlotQueryResultAppointmentTemplateHandler. 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 IAppointmentFreeSlotQueryResultIAppointmentTemplateHandler. executeFreeSlotQuery(UserContext uc, IAppointmentFreeSlotQueryParams params)Finds all available date slots for the given appointment template, in the given month of the year. 
 -