Class AppointmentValidationBuilder<Context>

  • Type Parameters:
    Context - Type of the context for the data access object.

    public final class AppointmentValidationBuilder<Context>
    extends Object
    Validation builder for validation a sequence of appointment actions. Takes care that if the first appointment is created, a second one cannot be created at the same slot.

    When an appointment is validated successfully, it is stored locally and taken into consideration when validating other appointments.

    Since:
    6.5.0
    Author:
    XIMA MEDIA GmbH