public interface IAppointmentSlotDao extends IGenericDao<AppointmentSlot>
AppointmentTemplate entities.| Modifier and Type | Method and Description |
|---|---|
List<AppointmentSlot> |
getAllByTemplates(IEntityContext ec,
List<AppointmentTemplate> templates,
boolean merge)
Finds all available appointment slots of the given templates.
|
getEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateList<AppointmentSlot> getAllByTemplates(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge)
ec - IEntityContext to usetemplates - Templates to use.merge - Whether to merge overlapping slots.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.