public interface IAppointmentSlotHandler extends IGenericHandler
AppointmentSlot entities.| Modifier and Type | Method and Description | 
|---|---|
List<AppointmentSlot> | 
getAllByTemplates(UserContext uc,
                 List<AppointmentTemplate> templates,
                 boolean merge)
Finds all available appointment slots of the given templates. 
 | 
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, updategetNameList<AppointmentSlot> getAllByTemplates(UserContext uc, List<AppointmentTemplate> templates, boolean merge)
uc - Current user context.templates - Templates to use.merge - Whether to merge overlapping slots.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.