Uses of Class
de.xima.fc.entities.AppointmentType
-
Packages that use AppointmentType Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.appointment de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.testhelper de.xima.fc.testhelper.form.record de.xima.fc.testhelper.form.record.interfaces de.xima.fc.web.common.fd2.model -
-
Uses of AppointmentType in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return AppointmentType Modifier and Type Method Description AppointmentTypeAppointmentTypeAPI. getByUUID(UserContext uc, AppointmentTemplate template, String uuid)Finds the appointment with the given UUID.AppointmentTypeAppointmentTypeAPI. 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 AppointmentType Modifier and Type Method Description AppointmentTypeSubmittedAppointment. getExistingAppointmentType()Methods in de.xima.fc.appointment with parameters of type AppointmentType Modifier and Type Method Description FreeSlotQueryResultBuilderFreeSlotQueryResultBuilder. 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 AppointmentAppointmentConverter. 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 AppointmentType Modifier and Type Method Description AppointmentTypeAppointmentTypeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)AppointmentTypeAppointmentTypeDao. 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 AppointmentType Modifier and Type Method Description AppointmentTypeIAppointmentTypeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)Finds the appointment type with the given UUID.AppointmentTypeIAppointmentTypeDao. 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 AppointmentType Modifier and Type Method Description AppointmentTypeAppointment. getAppointmentType()Methods in de.xima.fc.entities that return types with arguments of type AppointmentType Modifier and Type Method Description List<AppointmentType>AppointmentTemplate. getAppointmentTypes()Methods in de.xima.fc.entities with parameters of type AppointmentType Modifier and Type Method Description voidAppointmentTemplate. addType(AppointmentType type)Adds a type to this template.voidAppointment. setAppointmentType(AppointmentType appointmentType)Method parameters in de.xima.fc.entities with type arguments of type AppointmentType Modifier and Type Method Description voidAppointmentTemplate. setAppointmentTypes(List<AppointmentType> appointmentTypes) -
Uses of AppointmentType in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return AppointmentType Modifier and Type Method Description AppointmentTypeAppointmentTypeHandler. getByUUID(UserContext uc, AppointmentTemplate template, String uuid)AppointmentTypeAppointmentTypeHandler. 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 AppointmentType Modifier and Type Method Description AppointmentTypeIAppointmentTypeHandler. getByUUID(UserContext uc, AppointmentTemplate template, String uuid)Finds the appointment with the given UUID.AppointmentTypeIAppointmentTypeHandler. getByUUID(UserContext uc, AppointmentTemplate template, UUID uuid)Finds the appointment with the given UUID. -
Uses of AppointmentType in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type AppointmentType Modifier and Type Method Description static AppointmentEntityDummyFactory. dummyAppointment(Vorgang formRecord, Instant from, Instant until, AppointmentType type, EAppointmentStatus status) -
Uses of AppointmentType in de.xima.fc.testhelper.form.record
Methods in de.xima.fc.testhelper.form.record that return AppointmentType Modifier and Type Method Description AppointmentTypeFormRecordAppointmentTestConfig. getType()Methods in de.xima.fc.testhelper.form.record with parameters of type AppointmentType Modifier and Type Method Description FormRecordTestConfig.Builder<TState>FormRecordTestConfig.Builder. addAppointmentConfig(AppointmentType type, Instant from, Instant until, EAppointmentStatus status)Constructors in de.xima.fc.testhelper.form.record with parameters of type AppointmentType Constructor Description FormRecordAppointmentTestConfig(AppointmentType type, Instant from, Instant until, EAppointmentStatus status) -
Uses of AppointmentType in de.xima.fc.testhelper.form.record.interfaces
Methods in de.xima.fc.testhelper.form.record.interfaces that return AppointmentType Modifier and Type Method Description @NotNull AppointmentTypeIFormRecordAppointmentTestConfig. getType() -
Uses of AppointmentType in de.xima.fc.web.common.fd2.model
Constructors in de.xima.fc.web.common.fd2.model with parameters of type AppointmentType Constructor Description AppointmentTemplateData(AppointmentTemplate template, AppointmentType type)
-