public abstract class CommitteeActionGenerateBatchCorrespondenceEventBase extends CommitteeActionsEventBase<CommitteeActionGenerateBatchCorrespondenceRuleBase>
| Constructor and Description |
|---|
CommitteeActionGenerateBatchCorrespondenceEventBase(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
String batchCorrespondenceTypeCode,
Date startDate,
Date endDate,
String committeeId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchCorrespondenceTypeCode() |
String |
getCommitteeId() |
Date |
getEndDate() |
protected abstract CommitteeActionGenerateBatchCorrespondenceRuleBase |
getNewCommitteeActionGenerateBatchCorrespondenceRuleInstanceHook() |
BusinessRuleInterface |
getRule()
This method implementer must pass the instance of rule tied with it.
|
Date |
getStartDate() |
void |
setBatchCorrespondenceTypeCode(String batchCorrespondenceTypeCode) |
void |
setCommitteeId(String committeeId) |
void |
setEndDate(Date endDate) |
void |
setStartDate(Date startDate) |
getRuleInterfaceClass, invokeRuleMethod, logEventpublic BusinessRuleInterface getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionprotected abstract CommitteeActionGenerateBatchCorrespondenceRuleBase getNewCommitteeActionGenerateBatchCorrespondenceRuleInstanceHook()
public String getBatchCorrespondenceTypeCode()
public void setBatchCorrespondenceTypeCode(String batchCorrespondenceTypeCode)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getCommitteeId()
public void setCommitteeId(String committeeId)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.