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 | Class and Description |
---|---|
class |
AppointmentValidateParams
POJO implementation of
IAppointmentValidateParams with a builder. |
Modifier and Type | Method and Description |
---|---|
IAppointmentValidateParams |
AppointmentValidateParams.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<EAppointmentBookingError> |
AppointmentBookingExecutor.validateAppointments(IAppointmentValidateParams params,
Instant now)
Validates whether the given appointments can be created or updated.
|
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 © 2020 XIMA MEDIA GmbH. All rights reserved.