Uses of Class
de.xima.fc.appointment.FieldName
-
Packages that use FieldName Package Description de.xima.fc.appointment -
-
Uses of FieldName in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return FieldName Modifier and Type Method Description static FieldName
FieldName. empty()
FieldName
SubmittedAppointment. getFieldName()
static FieldName
FieldName. ofFieldValue(String baseName, int repetitionIndex)
FieldName
FieldName. toBaseFieldName()
FieldName
FieldName. withSuffix(String suffix)
Methods in de.xima.fc.appointment with parameters of type FieldName Modifier and Type Method Description int
FieldName. compareTo(FieldName other)
Constructors in de.xima.fc.appointment with parameters of type FieldName Constructor Description SubmittedAppointment(FieldName fieldName, UUID templateUuid, IFormDataAdapter formData, Map<UUID,Appointment> existingAppointmentsByUuid)
Creates a new appointment action for a form submission.SubmittedAppointment(FieldName fieldName, UUID templateUuid, Map<String,List<String[]>> formValuesMap, Appointment appointment, AppointmentType appointmentType)
Creates a new appointment action for a form submission.
-