Package | Description |
---|---|
de.xima.fc.appointment |
Modifier and Type | Method and Description |
---|---|
static FieldName |
FieldName.empty() |
FieldName |
SubmittedAppointment.getFieldName() |
static FieldName |
FieldName.ofFieldValue(String baseName,
int repetitionIndex) |
FieldName |
FieldName.toBaseFieldName() |
FieldName |
FieldName.withSuffix(String suffix) |
Modifier and Type | Method and Description |
---|---|
int |
FieldName.compareTo(FieldName other) |
Constructor and 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.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.