Package de.xima.fc.handler.entity
Class AppointmentTemplateHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.entity.GenericHandler
de.xima.fc.handler.entity.AppointmentTemplateHandler
- All Implemented Interfaces:
IAPIHandler,IAppointmentTemplateHandler,IGenericHandler,Serializable
public class AppointmentTemplateHandler
extends GenericHandler
implements IAppointmentTemplateHandler
Handler implementation for reading and writing
AppointmentTemplate 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 TypeMethodDescriptionFinds all available date slots for the given appointment template, in the given month of the year.executeIcalQuery(UserContext uc, IAppointmentIcalQueryParams params) Finds all available appointments for the given appointment template, and returns and iCal file.getAllByClient(UserContext uc, Mandant currentClient) Finds all available appointment templates of the given client.getByUUID(UserContext uc, Mandant client, String uuid) Finds the appointment template with the given UUID.getByUUID(UserContext uc, Mandant client, UUID uuid) Finds the appointment template 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, updateMethods inherited from class de.xima.fc.handler.AMSApiHandler
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getNameMethods 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
-
AppointmentTemplateHandler
public AppointmentTemplateHandler()
-
-
Method Details
-
executeFreeSlotQuery
public IAppointmentFreeSlotQueryResult executeFreeSlotQuery(UserContext uc, IAppointmentFreeSlotQueryParams params) Description copied from interface:IAppointmentTemplateHandlerFinds all available date slots for the given appointment template, in the given month of the year.- Specified by:
executeFreeSlotQueryin interfaceIAppointmentTemplateHandler- Parameters:
uc- Current user context.params- Parameters for the appointment query.- Returns:
- All free, available slots for the given parameters.
-
executeIcalQuery
public IAppointmentIcalQueryResult executeIcalQuery(UserContext uc, IAppointmentIcalQueryParams params) throws AppointmentIcalException Description copied from interface:IAppointmentTemplateHandlerFinds all available appointments for the given appointment template, and returns and iCal file.- Specified by:
executeIcalQueryin interfaceIAppointmentTemplateHandler- Parameters:
uc- Current user context.params- Parameters for the appointment iCal query.- Returns:
- An iCal file with the appointments.
- Throws:
AppointmentIcalException- When the query could not be executed.
-
getAllByClient
Description copied from interface:IAppointmentTemplateHandlerFinds all available appointment templates of the given client.- Specified by:
getAllByClientin interfaceIAppointmentTemplateHandler- Parameters:
uc- Current user context.currentClient- Client for which to retrieve appointments.- Returns:
- All appointment templates of the given client.
-
getByUUID
Description copied from interface:IAppointmentTemplateHandlerFinds the appointment template with the given UUID.- Specified by:
getByUUIDin interfaceIAppointmentTemplateHandler- Parameters:
uc- Current user context for accessing the database.client- The client for which to find the templates.uuid- UUID of an appointment.- Returns:
- The appointment with the given UUID.
-
getByUUID
Description copied from interface:IAppointmentTemplateHandlerFinds the appointment template with the given UUID.- Specified by:
getByUUIDin interfaceIAppointmentTemplateHandler- Parameters:
uc- Current user context for accessing the database.client- The client for which to find the templates.uuid- UUID of an appointment.- Returns:
- The appointment with the given UUID.
-