public interface IEffectiveAppointmentStatusProviding
Appointment
that can provide its effective EAppointmentStatus
. Used by the DAO to
restrict the allowable view classes.Modifier and Type | Method and Description |
---|---|
default EAppointmentStatus |
getEffectiveStatus() |
EAppointmentStatus |
getStatus() |
boolean |
hasFormRecord() |
default EAppointmentStatus getEffectiveStatus()
getStatus()
. If
hasFormRecord()
return null
, this will return EAppointmentStatus.CANCELED
.EAppointmentStatus getStatus()
boolean hasFormRecord()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.