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 AppointmentType
AppointmentTypeAPI. getByUUID(UserContext uc, AppointmentTemplate template, String uuid)
Finds the appointment with the given UUID.AppointmentType
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 AppointmentType Modifier and Type Method Description AppointmentType
SubmittedAppointment. getExistingAppointmentType()
Methods in de.xima.fc.appointment with parameters of type AppointmentType Modifier and Type Method Description FreeSlotQueryResultBuilder
FreeSlotQueryResultBuilder. 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 AppointmentType Modifier and Type Method Description AppointmentType
AppointmentTypeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)
AppointmentType
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 AppointmentType Modifier and Type Method Description AppointmentType
IAppointmentTypeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)
Finds the appointment type with the given UUID.AppointmentType
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 AppointmentType Modifier and Type Method Description AppointmentType
Appointment. 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 void
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 AppointmentType Modifier and Type Method Description void
AppointmentTemplate. 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 AppointmentType
AppointmentTypeHandler. getByUUID(UserContext uc, AppointmentTemplate template, String uuid)
AppointmentType
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 AppointmentType Modifier and Type Method Description AppointmentType
IAppointmentTypeHandler. getByUUID(UserContext uc, AppointmentTemplate template, String uuid)
Finds the appointment with the given UUID.AppointmentType
IAppointmentTypeHandler. 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 Appointment
EntityDummyFactory. 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 AppointmentType
FormRecordAppointmentTestConfig. 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 AppointmentType
IFormRecordAppointmentTestConfig. 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)
-