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, update
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
public AppointmentType getByUUID(UserContext uc, AppointmentTemplate template, String uuid)
IAppointmentTypeHandler
getByUUID
in interface IAppointmentTypeHandler
uc
- 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)
IAppointmentTypeHandler
getByUUID
in interface IAppointmentTypeHandler
uc
- 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.