Uses of Enum
de.xima.fc.appointment.EAppointmentBookingError
Packages that use EAppointmentBookingError
Package
Description
Package for the API access of the model classes.
-
Uses of EAppointmentBookingError in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type EAppointmentBookingErrorModifier and TypeMethodDescriptionAppointmentAPI.validateAppointments(UserContext uc, IAppointmentValidateParams params) Validates whether the given appointments can be created or updated. -
Uses of EAppointmentBookingError in de.xima.fc.appointment
Subclasses with type arguments of type EAppointmentBookingError in de.xima.fc.appointmentModifier and TypeClassDescriptionenumAn enumeration of the possible errors that may occur when booking an appointment.Methods in de.xima.fc.appointment that return EAppointmentBookingErrorModifier and TypeMethodDescriptionAppointmentBookingException.getBookingError()static EAppointmentBookingErrorReturns 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 EAppointmentBookingErrorModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<EAppointmentBookingError> AppointmentValidationBuilder.getAllErrors()AppointmentValidationBuilder.validateAppointment(Context ctx, Appointment appointment, EAppointmentActionType actionType, com.google.common.collect.Range<Instant> newTime) Validates the given appointment and returns all validation errors.AppointmentValidationBuilder.validateAppointment(Context ctx, Appointment appointment, SubmittedAppointment action) Validates the given appointment and returns all validation errors.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 EAppointmentBookingErrorModifierConstructorDescriptionAppointmentBookingException(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 EAppointmentBookingErrorModifier and TypeMethodDescriptionAppointmentHandler.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 EAppointmentBookingErrorModifier and TypeMethodDescriptionIAppointmentHandler.validateAppointments(UserContext uc, IAppointmentValidateParams params) Validates whether the given appointments can be created or updated.