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 -
-
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 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.Constructors in de.xima.fc.appointment with parameters of type AppointmentType Constructor Description SubmittedAppointment(FieldName fieldName, UUID templateUuid, Map<String,List<String[]>> formValuesMap, Appointment appointment, AppointmentType appointmentType)
Creates a new appointment action for a form submission. -
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.
-