Uses of Class
de.xima.fc.appointment.SubmittedAppointment
-
Packages that use SubmittedAppointment Package Description de.xima.fc.appointment de.xima.fc.interfaces.appointment -
-
Uses of SubmittedAppointment in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return SubmittedAppointment Modifier and Type Method Description static SubmittedAppointment
SubmittedAppointment. forDeletedAppointment(Appointment appointment)
Creates a new appointment action for deleting an existing appointment.Methods in de.xima.fc.appointment that return types with arguments of type SubmittedAppointment Modifier and Type Method Description 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.List<SubmittedAppointment>
AppointmentValidateParams. getActions()
Methods in de.xima.fc.appointment with parameters of type SubmittedAppointment Modifier and Type Method Description AppointmentValidateParams.Builder
AppointmentValidateParams.Builder. appointmentAction(SubmittedAppointment action)
Set<EAppointmentBookingError>
AppointmentValidationBuilder. validateAppointment(Context ctx, Appointment appointment, SubmittedAppointment action)
Validates the given appointment and returns all validation errors.Method parameters in de.xima.fc.appointment with type arguments of type SubmittedAppointment Modifier and Type Method Description AppointmentValidateParams.Builder
AppointmentValidateParams.Builder. appointmentActions(Iterable<SubmittedAppointment> actions)
Constructor parameters in de.xima.fc.appointment with type arguments of type SubmittedAppointment Constructor Description AppointmentValidateParams(com.google.common.collect.ImmutableList<SubmittedAppointment> actions, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
-
Uses of SubmittedAppointment in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return types with arguments of type SubmittedAppointment Modifier and Type Method Description List<SubmittedAppointment>
IAppointmentValidateParams. getActions()
-