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, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
List<AppointmentSlot> getAllByTemplates(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge)
ec
- IEntityContext
to usetemplates
- Templates to use.merge
- Whether to merge overlapping slots.Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.