public class AppointmentSlotDao extends GenericDao<AppointmentSlot> implements IAppointmentSlotDao
IAppointmentSlotDao for reading and writing AppointmentSlot entities.| Constructor and Description |
|---|
AppointmentSlotDao()
Creates a new, default appointment template DAO.
|
| 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, getPostActionHook, getPreActionHook, readall, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updatepublic AppointmentSlotDao()
public List<AppointmentSlot> getAllByTemplates(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge)
IAppointmentSlotDaogetAllByTemplates in interface IAppointmentSlotDaoec - IEntityContext to usetemplates - Templates to use.merge - Whether to merge overlapping slots.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.