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
Subclasses with type arguments of type AppointmentType in de.xima.fc.api.entityModifier and TypeClassDescriptionclassAPI class for reading and writingAppointmentTypeentities.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 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
Subclasses with type arguments of type AppointmentType in de.xima.fc.dao.implModifier and TypeClassDescriptionclassImplementation of theIAppointmentDaofor reading and writingAppointmententities.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
Subinterfaces with type arguments of type AppointmentType in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDAO for reading and writingAppointmentTypeentities.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 TypeMethodDescriptionvoidAppointmentTemplate.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 AppointmentTypeModifier and TypeMethodDescriptionvoidAppointmentTemplate.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.testhelper
Methods in de.xima.fc.testhelper with parameters of type AppointmentTypeModifier and TypeMethodDescriptionstatic 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 AppointmentTypeMethods in de.xima.fc.testhelper.form.record with parameters of type AppointmentTypeModifier and TypeMethodDescriptionFormRecordTestConfig.Builder.addAppointmentConfig(AppointmentType type, Instant from, Instant until, EAppointmentStatus status) Constructors in de.xima.fc.testhelper.form.record with parameters of type AppointmentTypeModifierConstructorDescriptionFormRecordAppointmentTestConfig(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 AppointmentTypeModifier and TypeMethodDescription@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 AppointmentTypeModifierConstructorDescriptionAppointmentTemplateData(AppointmentTemplate template, AppointmentType type)