public class AppointmentTypeHandler extends GenericHandler implements IAppointmentTypeHandler
AppointmentType entities.LOG| Constructor and Description | 
|---|
AppointmentTypeHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
AppointmentType | 
getByUUID(UserContext uc,
         AppointmentTemplate template,
         String uuid)
Finds the appointment with the given UUID. 
 | 
AppointmentType | 
getByUUID(UserContext uc,
         AppointmentTemplate template,
         UUID uuid)
Finds the appointment with the given UUID. 
 | 
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, updategetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, updategetNamepublic AppointmentType getByUUID(UserContext uc, AppointmentTemplate template, String uuid)
IAppointmentTypeHandlergetByUUID in interface IAppointmentTypeHandleruc - Current user context for accessing the database.template - The template for which to find a slot.uuid - UUID of an appointment.public AppointmentType getByUUID(UserContext uc, AppointmentTemplate template, UUID uuid)
IAppointmentTypeHandlergetByUUID in interface IAppointmentTypeHandleruc - Current user 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.