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 FieldNameFieldName. empty()FieldNameSubmittedAppointment. getFieldName()static FieldNameFieldName. ofFieldValue(String baseName, int repetitionIndex)FieldNameFieldName. toBaseFieldName()FieldNameFieldName. withSuffix(String suffix)Methods in de.xima.fc.appointment with parameters of type FieldName Modifier and Type Method Description intFieldName. 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.
-