public class CommitteeActionPrintCommitteeDocumentEvent extends CommitteeActionsEventBase<CommitteeActionPrintCommitteeDocumentRule>
| Constructor and Description |
|---|
CommitteeActionPrintCommitteeDocumentEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
Boolean printRooster,
Boolean printFutureScheduledMeeting) |
CommitteeActionPrintCommitteeDocumentEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
Boolean printRooster,
Boolean printFutureScheduledMeeting,
boolean onMeetingAction) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getPrintFutureScheduledMeeting() |
Boolean |
getPrintRooster() |
BusinessRuleInterface |
getRule()
This method implementer must pass the instance of rule tied with it.
|
boolean |
isOnMeetingAction() |
void |
setOnMeetingAction(boolean onMeetingAction) |
void |
setPrintFutureScheduledMeeting(Boolean printFutureScheduledMeeting) |
void |
setPrintRooster(Boolean printRooster) |
getRuleInterfaceClass, invokeRuleMethod, logEventpublic CommitteeActionPrintCommitteeDocumentEvent(String errorPathPrefix, org.kuali.rice.krad.document.Document document, Boolean printRooster, Boolean printFutureScheduledMeeting)
public BusinessRuleInterface getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionpublic Boolean getPrintRooster()
public void setPrintRooster(Boolean printRooster)
public Boolean getPrintFutureScheduledMeeting()
public void setPrintFutureScheduledMeeting(Boolean printFutureScheduledMeeting)
public boolean isOnMeetingAction()
public void setOnMeetingAction(boolean onMeetingAction)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.