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, 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 AppointmentTypeDao()
public AppointmentType getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)
IAppointmentTypeDaogetByUUID in interface IAppointmentTypeDaoec - 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)
IAppointmentTypeDaogetByUUID in interface IAppointmentTypeDaoec - Current entity context for accessing the database.template - The template for which to find a slot.uuid - UUID of an appointment.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.