Interface IEffectiveAppointmentStatusProviding

  • All Known Implementing Classes:
    Appointment

    public interface IEffectiveAppointmentStatusProviding
    Interface for the Appointment that can provide its effective EAppointmentStatus. Used by the DAO to restrict the allowable view classes.
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getStatus

        EAppointmentStatus getStatus()
        Returns:
        The current status of this appointment, e.g. whether it is booked, canceled etc.
      • hasFormRecord

        boolean hasFormRecord()
        Returns:
        Whether this appointment is associated with an existing form record.