Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentFreeSlotQueryResult
Packages that use IAppointmentFreeSlotQueryResult
Package
Description
Package for the API access of the model classes.
- 
Uses of IAppointmentFreeSlotQueryResult in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return IAppointmentFreeSlotQueryResultModifier 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 IAppointmentFreeSlotQueryResult in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentFreeSlotQueryResultMethods in de.xima.fc.appointment that return IAppointmentFreeSlotQueryResultModifier and TypeMethodDescriptionFreeSlotQueryResultBuilder.build()Creates the free slots from the data of this builder.FreeSlotQueryResultBuilder.empty()FreeSlotQueryResultBuilder.emptyWithZone(ZoneId zoneId) 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 IAppointmentFreeSlotQueryResultModifier and TypeMethodDescriptionAppointmentTemplateHandler.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 IAppointmentFreeSlotQueryResultModifier and TypeMethodDescriptionIAppointmentTemplateHandler.executeFreeSlotQuery(UserContext uc, IAppointmentFreeSlotQueryParams params) Finds all available date slots for the given appointment template, in the given month of the year.