Uses of Enum
de.xima.fc.appointment.EAppointmentActionType
Packages that use EAppointmentActionType
-
Uses of EAppointmentActionType in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return EAppointmentActionTypeModifier and TypeMethodDescriptionSubmittedAppointment.getType()
Analyzes the submitted and existing data and decided which action needs to be taken.static EAppointmentActionType
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 EAppointmentActionTypeModifier and TypeMethodDescriptionvoid
AppointmentValidationBuilder.registerAppointment
(Appointment appointment, EAppointmentActionType actionType) Registers an appointment to be validated.AppointmentValidationBuilder.validateAppointment
(Context ctx, Appointment appointment, EAppointmentActionType actionType, com.google.common.collect.Range<Instant> newTime) Validates the given appointment and returns all validation errors.