Package de.xima.fc.appointment
Class FreeSlotQueryExecutor
- java.lang.Object
-
- de.xima.fc.appointment.FreeSlotQueryExecutor
-
public class FreeSlotQueryExecutor extends Object
Class that is used to find the free slots of anAppointmentTemplate
in a given time range, excluding slots already blocked by anAppointment
.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description FreeSlotQueryExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAppointmentFreeSlotQueryResult
executeQuery(IEntityContext ec, IAppointmentFreeSlotQueryParams params)
Finds the available free slots for a given appointment template, given certain restrictions.
-
-
-
Method Detail
-
executeQuery
public IAppointmentFreeSlotQueryResult executeQuery(IEntityContext ec, IAppointmentFreeSlotQueryParams params)
Finds the available free slots for a given appointment template, given certain restrictions.- Parameters:
ec
-IEntityContext
to useparams
- Parameters for the free slot query.- Returns:
- The available free slots.
-
-