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 types with arguments of type SubmittedAppointment Modifier and Type Method Description 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()
-