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 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 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.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 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. 
 -