Interface IAppointmentValidateParams
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AppointmentValidateParams
public interface IAppointmentValidateParams extends Serializable
Represents the parameters for validating an appointment about to be persisted.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SubmittedAppointment>
getActions()
Set<EAppointmentBookingFlag>
getBookingFlags()
Mandant
getClient()
-
-
-
Method Detail
-
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.
-
-