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 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.