public class AppointmentSlotAPI extends AEntityAPI<Appointment>
AppointmentSlot
entities.entityClass
Constructor and Description |
---|
AppointmentSlotAPI() |
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, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
getHandlerProvider
public List<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.