Uses of Class
de.xima.fc.appointment.EAppointmentActionType
-
Packages that use EAppointmentActionType Package Description de.xima.fc.appointment -
-
Uses of EAppointmentActionType in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return EAppointmentActionType Modifier and Type Method Description EAppointmentActionType
SubmittedAppointment. getType()
Analyzes the submitted and existing data and decided which action needs to be taken.static EAppointmentActionType
EAppointmentActionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EAppointmentActionType[]
EAppointmentActionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.appointment with parameters of type EAppointmentActionType Modifier and Type Method Description void
AppointmentValidationBuilder. registerAppointment(Appointment appointment, EAppointmentActionType actionType)
Registers an appointment to be validated.Set<EAppointmentBookingError>
AppointmentValidationBuilder. validateAppointment(Context ctx, Appointment appointment, EAppointmentActionType actionType, com.google.common.collect.Range<Instant> newTime)
Validates the given appointment and returns all validation errors.
-