Package | Description |
---|---|
de.xima.fc.appointment |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.