Class AppointmentSlotAPI


public class AppointmentSlotAPI extends AEntityAPI<Appointment>
API class for reading and writing AppointmentSlot entities.
Since:
6.5.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • AppointmentSlotAPI

      public AppointmentSlotAPI()
  • Method Details

    • getAllByTemplates

      public List<AppointmentSlot> getAllByTemplates(UserContext uc, List<AppointmentTemplate> templates, boolean merge)
      Finds all available appointment slots of the given templates.
      Parameters:
      uc - Current user context.
      templates - Templates to use.
      merge - Whether to merge overlapping slots.
      Returns:
      All appointment slots of the given templates.