Uses of Class
de.xima.fc.appointment.EAppointmentBookingError
-
Packages that use EAppointmentBookingError Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.appointment de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity -
-
Uses of EAppointmentBookingError in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type EAppointmentBookingError Modifier and Type Method Description List<EAppointmentBookingError>
AppointmentAPI. validateAppointments(UserContext uc, IAppointmentValidateParams params)
Validates whether the given appointments can be created or updated. -
Uses of EAppointmentBookingError in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return EAppointmentBookingError Modifier and Type Method Description EAppointmentBookingError
AppointmentBookingException. getBookingError()
static EAppointmentBookingError
EAppointmentBookingError. valueOf(String name)
Returns the enum constant of this type with the specified name.static EAppointmentBookingError[]
EAppointmentBookingError. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.appointment that return types with arguments of type EAppointmentBookingError Modifier and Type Method Description com.google.common.collect.ImmutableList<EAppointmentBookingError>
AppointmentValidationBuilder. getAllErrors()
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.Set<EAppointmentBookingError>
AppointmentValidationBuilder. validateAppointment(Context ctx, Appointment appointment, SubmittedAppointment action)
Validates the given appointment and returns all validation errors.List<EAppointmentBookingError>
AppointmentBookingExecutor. validateAppointments(IAppointmentValidateParams params, Instant now)
Validates whether the given appointments can be created or updated.Constructors in de.xima.fc.appointment with parameters of type EAppointmentBookingError Constructor Description AppointmentBookingException(EAppointmentBookingError bookingError)
AppointmentBookingException(EAppointmentBookingError bookingError, String message)
AppointmentBookingException(EAppointmentBookingError bookingError, String message, Throwable cause)
AppointmentBookingException(EAppointmentBookingError bookingError, Throwable cause)
-
Uses of EAppointmentBookingError in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type EAppointmentBookingError Modifier and Type Method Description List<EAppointmentBookingError>
AppointmentHandler. validateAppointments(UserContext uc, IAppointmentValidateParams params)
-
Uses of EAppointmentBookingError in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type EAppointmentBookingError Modifier and Type Method Description List<EAppointmentBookingError>
IAppointmentHandler. validateAppointments(UserContext uc, IAppointmentValidateParams params)
Validates whether the given appointments can be created or updated.
-