public abstract class CommitteeScheduleEventBase<Z extends BusinessRuleInterface> extends KraDocumentEventBaseExtension
| Modifier and Type | Class and Description |
|---|---|
static class |
CommitteeScheduleEventBase.ErrorType
Enum helps identify type of error to respond.
|
| Constructor and Description |
|---|
CommitteeScheduleEventBase(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ScheduleData scheduleData,
List<CommitteeScheduleBase> committeeSchedules,
CommitteeScheduleEventBase.ErrorType type) |
| Modifier and Type | Method and Description |
|---|---|
List<CommitteeScheduleBase> |
getCommitteeSchedules()
This method should return instance of CommitteeSchedules.
|
ScheduleData |
getScheduleData()
This method should return instance of ScheduleDate.
|
CommitteeScheduleEventBase.ErrorType |
getType()
This method should return CommitteeScheduleEvent.event.
|
getRule, getRuleInterfaceClass, invokeRuleMethod, logEventpublic CommitteeScheduleEventBase(String description, String errorPathPrefix, org.kuali.rice.krad.document.Document document, ScheduleData scheduleData, List<CommitteeScheduleBase> committeeSchedules, CommitteeScheduleEventBase.ErrorType type)
public ScheduleData getScheduleData()
public List<CommitteeScheduleBase> getCommitteeSchedules()
public CommitteeScheduleEventBase.ErrorType getType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.