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)
static List<SubmittedAppointment>
SubmittedAppointment. forFormData(FieldName fieldName, UUID templateUuid, IFormDataAdapter formData, Map<UUID,Appointment> existingAppointmentsByUuid)
Creates a new appointment action for a form submission.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.
-