Package de.xima.fc.handler.entity
Class AppointmentTypeHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.entity.GenericHandler
de.xima.fc.handler.entity.AppointmentTypeHandler
- All Implemented Interfaces:
IAPIHandler
,IAppointmentTypeHandler
,IGenericHandler
,Serializable
Handler implementation for reading and writing
AppointmentType
entities.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.handler.entity.GenericHandler
LOG
-
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.handler.entity.GenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, update
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
Methods inherited from interface de.xima.fc.handler.interfaces.entity.IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Constructor Details
-
AppointmentTypeHandler
public AppointmentTypeHandler()
-
-
Method Details
-
getByUUID
Description copied from interface:IAppointmentTypeHandler
Finds the appointment with the given UUID.- Specified by:
getByUUID
in interfaceIAppointmentTypeHandler
- 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
Description copied from interface:IAppointmentTypeHandler
Finds the appointment with the given UUID.- Specified by:
getByUUID
in interfaceIAppointmentTypeHandler
- 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.
-