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 |
Modifier and Type | Method and Description |
---|---|
List<EAppointmentBookingError> |
AppointmentAPI.validateAppointments(UserContext uc,
IAppointmentValidateParams params)
Validates whether the given appointments can be created or updated.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AppointmentBookingException(EAppointmentBookingError bookingError) |
AppointmentBookingException(EAppointmentBookingError bookingError,
String message) |
AppointmentBookingException(EAppointmentBookingError bookingError,
String message,
Throwable cause) |
AppointmentBookingException(EAppointmentBookingError bookingError,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
List<EAppointmentBookingError> |
AppointmentHandler.validateAppointments(UserContext uc,
IAppointmentValidateParams params) |
Modifier and Type | Method and Description |
---|---|
List<EAppointmentBookingError> |
IAppointmentHandler.validateAppointments(UserContext uc,
IAppointmentValidateParams params)
Validates whether the given appointments can be created or updated.
|
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.