public class CommitteeActionViewBatchCorrespondenceEvent extends CommitteeActionsEventBase<CommitteeActionPrintCommitteeDocumentRule>
| Constructor and Description |
|---|
CommitteeActionViewBatchCorrespondenceEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
List<CommitteeBatchCorrespondenceBase> committeeBatchCorrespondences,
boolean viewGenerated) |
| Modifier and Type | Method and Description |
|---|---|
List<CommitteeBatchCorrespondenceBase> |
getCommitteeBatchCorrespondences() |
BusinessRuleInterface |
getRule()
This method implementer must pass the instance of rule tied with it.
|
boolean |
isViewGenerated() |
void |
setCommitteeBatchCorrespondences(List<CommitteeBatchCorrespondenceBase> committeeBatchCorrespondences) |
void |
setViewGenerated(boolean viewGenerated) |
getRuleInterfaceClass, invokeRuleMethod, logEventpublic CommitteeActionViewBatchCorrespondenceEvent(String errorPathPrefix, org.kuali.rice.krad.document.Document document, List<CommitteeBatchCorrespondenceBase> committeeBatchCorrespondences, boolean viewGenerated)
public BusinessRuleInterface getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionpublic List<CommitteeBatchCorrespondenceBase> getCommitteeBatchCorrespondences()
public void setCommitteeBatchCorrespondences(List<CommitteeBatchCorrespondenceBase> committeeBatchCorrespondences)
public void setViewGenerated(boolean viewGenerated)
public boolean isViewGenerated()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.