public class RouteProtocolOnlineReviewEvent extends KraDocumentEventBase
| Constructor and Description |
|---|
RouteProtocolOnlineReviewEvent(ProtocolOnlineReviewDocumentBase document,
List<CommitteeScheduleMinuteBase> minutes,
long onlineReviewIndex)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommitteeScheduleMinuteBase> |
getMinutes()
Gets the minutes attribute.
|
long |
getOnlineReviewIndex()
Gets the onlineReviewIndex attribute.
|
ProtocolOnlineReviewDocumentBase |
getProtocolOnlineReviewDocument() |
Class<RouteProtocolOnlineReviewRule> |
getRuleInterfaceClass() |
boolean |
invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule) |
protected void |
logEvent()
Logs the event type and some information about the associated accountingLine
|
public RouteProtocolOnlineReviewEvent(ProtocolOnlineReviewDocumentBase document, List<CommitteeScheduleMinuteBase> minutes, long onlineReviewIndex)
document - the document.newProtocolNotepad - the new attachment to be added.protected void logEvent()
logEvent in class KraDocumentEventBasepublic Class<RouteProtocolOnlineReviewRule> getRuleInterfaceClass()
public boolean invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule)
public ProtocolOnlineReviewDocumentBase getProtocolOnlineReviewDocument()
public long getOnlineReviewIndex()
public List<CommitteeScheduleMinuteBase> getMinutes()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.