Package de.xima.fc.api.entity
Class AppointmentTypeAPI
API class for reading and writing
AppointmentType
entities.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByUUID
(UserContext uc, AppointmentTemplate template, String uuid) Finds the appointment with the given UUID.getByUUID
(UserContext uc, AppointmentTemplate template, UUID uuid) Finds the appointment with the given UUID.Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
AppointmentTypeAPI
public AppointmentTypeAPI()
-
-
Method Details
-
getByUUID
Finds the appointment with the given UUID.- Parameters:
uc
- Current user context for accessing the database.template
- The template for which to find a slot.uuid
- UUID of an appointment.- Returns:
- The appointment with the given UUID.
-
getByUUID
Finds the appointment with the given UUID.- Parameters:
uc
- Current user context for accessing the database.template
- The template for which to find a slot.uuid
- UUID of an appointment.- Returns:
- The appointment with the given UUID.
-