public class AddDisclosureReporterUnitEvent extends KraDocumentEventBaseExtension
| Constructor and Description |
|---|
AddDisclosureReporterUnitEvent(String propertyName,
DisclosureReporterUnit disclosureReporterUnit,
List<? extends DisclosureReporterUnit> disclosureReporterUnits)
Constructs a ProtocolAddReviewAttachmentEvent.
|
| Modifier and Type | Method and Description |
|---|---|
DisclosureReporterUnit |
getDisclosureReporterUnit() |
List<? extends DisclosureReporterUnit> |
getDisclosureReporterUnits() |
String |
getPropertyName() |
BusinessRuleInterface |
getRule()
This method implementer must pass the instance of rule tied with it.
|
void |
setDisclosureReporterUnit(DisclosureReporterUnit disclosureReporterUnit) |
void |
setDisclosureReporterUnits(List<? extends DisclosureReporterUnit> disclosureReporterUnits) |
getRuleInterfaceClass, invokeRuleMethod, logEventpublic AddDisclosureReporterUnitEvent(String propertyName, DisclosureReporterUnit disclosureReporterUnit, List<? extends DisclosureReporterUnit> disclosureReporterUnits)
document - The document to validatepropertyName - The error path property prefixreviewAttachment - The added Reviewer Attachmentpublic String getPropertyName()
public BusinessRuleInterface getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionpublic DisclosureReporterUnit getDisclosureReporterUnit()
public void setDisclosureReporterUnit(DisclosureReporterUnit disclosureReporterUnit)
public List<? extends DisclosureReporterUnit> getDisclosureReporterUnits()
public void setDisclosureReporterUnits(List<? extends DisclosureReporterUnit> disclosureReporterUnits)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.