Uses of Class
de.xima.fc.entities.AppointmentType
Packages that use AppointmentType
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of AppointmentType in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return AppointmentTypeModifier and TypeMethodDescriptionAppointmentTypeAPI.getByUUID
(UserContext uc, AppointmentTemplate template, String uuid) Finds the appointment with the given UUID.AppointmentTypeAPI.getByUUID
(UserContext uc, AppointmentTemplate template, UUID uuid) Finds the appointment with the given UUID. -
Uses of AppointmentType in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return AppointmentTypeMethods in de.xima.fc.appointment with parameters of type AppointmentTypeModifier and TypeMethodDescriptionFreeSlotQueryResultBuilder.appointmentType
(AppointmentType appointmentType) static List<SubmittedAppointment>
SubmittedAppointment.forFormData
(FieldName fieldName, UUID templateUuid, Map<String, List<String[]>> formValuesMap, Appointment appointment, AppointmentType appointmentType, int ordinalIndex) Creates a new appointment action for a form submission.static Appointment
AppointmentConverter.idToAppointment
(String id, AppointmentTemplate template, AppointmentType type, Vorgang formRecord) Creates a new appointment for the given slot ID and fills it with the given data. -
Uses of AppointmentType in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return AppointmentTypeModifier and TypeMethodDescriptionAppointmentTypeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, String uuid) AppointmentTypeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, UUID uuid) -
Uses of AppointmentType in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return AppointmentTypeModifier and TypeMethodDescriptionIAppointmentTypeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, String uuid) Finds the appointment type with the given UUID.IAppointmentTypeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, UUID uuid) Finds the appointment type with the given UUID. -
Uses of AppointmentType in de.xima.fc.entities
Methods in de.xima.fc.entities that return AppointmentTypeMethods in de.xima.fc.entities that return types with arguments of type AppointmentTypeMethods in de.xima.fc.entities with parameters of type AppointmentTypeModifier and TypeMethodDescriptionvoid
AppointmentTemplate.addType
(AppointmentType type) Adds a type to this template.void
Appointment.setAppointmentType
(AppointmentType appointmentType) Method parameters in de.xima.fc.entities with type arguments of type AppointmentTypeModifier and TypeMethodDescriptionvoid
AppointmentTemplate.setAppointmentTypes
(List<AppointmentType> appointmentTypes) -
Uses of AppointmentType in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return AppointmentTypeModifier and TypeMethodDescriptionAppointmentTypeHandler.getByUUID
(UserContext uc, AppointmentTemplate template, String uuid) AppointmentTypeHandler.getByUUID
(UserContext uc, AppointmentTemplate template, UUID uuid) -
Uses of AppointmentType in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return AppointmentTypeModifier and TypeMethodDescriptionIAppointmentTypeHandler.getByUUID
(UserContext uc, AppointmentTemplate template, String uuid) Finds the appointment with the given UUID.IAppointmentTypeHandler.getByUUID
(UserContext uc, AppointmentTemplate template, UUID uuid) Finds the appointment with the given UUID. -
Uses of AppointmentType in de.xima.fc.web.common.fd2.model
Constructors in de.xima.fc.web.common.fd2.model with parameters of type AppointmentTypeModifierConstructorDescriptionAppointmentTemplateData
(AppointmentTemplate template, AppointmentType type)