public class AppointmentTypeAPI extends AEntityAPI<AppointmentType>
AppointmentType entities.entityClass| Constructor and Description | 
|---|
AppointmentTypeAPI()  | 
| 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, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, updategetHandlerProviderpublic AppointmentType getByUUID(UserContext uc, AppointmentTemplate template, String uuid)
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)
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.