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, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, updateAppointmentType 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 © 2020 XIMA MEDIA GmbH. All rights reserved.