public interface IAppointmentTypeDao extends IGenericDao<AppointmentType>
AppointmentType
entities.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, 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
AppointmentType getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)
ec
- Current entity context for accessing the database.template
- The template for which to find a slot.uuid
- UUID of an appointment.AppointmentType getByUUID(IEntityContext ec, AppointmentTemplate template, UUID uuid)
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.