Interface IAppointmentValidateParams
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AppointmentValidateParams
Represents the parameters for validating an appointment about to be persisted.
- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getActions
List<SubmittedAppointment> getActions()- Returns:
- A list of actions that should be validated.
-
getBookingFlags
Set<EAppointmentBookingFlag> getBookingFlags()- Returns:
- A list of flags for chaning what should be validated.
-
getClient
Mandant getClient()- Returns:
- The current client.
-