public class AppointmentTypeDao extends GenericDao<AppointmentType> implements IAppointmentTypeDao
IAppointmentDao
for reading and writing Appointment
entities.Constructor and Description |
---|
AppointmentTypeDao()
Creates a new, default appointment DAO.
|
Modifier and Type | Method and Description |
---|---|
AppointmentType |
getByUUID(IEntityContext ec,
AppointmentTemplate template,
String uuid)
Finds the appointment type with the given UUID.
|
AppointmentType |
getByUUID(IEntityContext ec,
AppointmentTemplate template,
UUID uuid)
Finds the appointment type with the given UUID.
|
getEntityRefs, getPostActionHook, getPreActionHook, read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public AppointmentTypeDao()
public AppointmentType getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)
IAppointmentTypeDao
getByUUID
in interface IAppointmentTypeDao
ec
- Current entity context for accessing the database.template
- The template for which to find a slot.uuid
- UUID of an appointment.public AppointmentType getByUUID(IEntityContext ec, AppointmentTemplate template, UUID uuid)
IAppointmentTypeDao
getByUUID
in interface IAppointmentTypeDao
ec
- Current entity context for accessing the database.template
- The template for which to find a slot.uuid
- UUID of an appointment.Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.