T - The subclass of Special Reviewpublic class SaveSpecialReviewEvent<T extends SpecialReview<? extends SpecialReviewExemption>> extends KraDocumentEventBaseExtension
| Constructor and Description |
|---|
SaveSpecialReviewEvent(String arrayErrorPathPrefix,
org.kuali.rice.krad.document.Document document,
List<T> specialReviews,
boolean validateIrbProtocol,
boolean validateIacucProtocol)
Constructs a SaveSpecialReviewEvent.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArrayErrorPathPrefix() |
BusinessRuleInterface<SaveSpecialReviewEvent<T>> |
getRule()
This method implementer must pass the instance of rule tied with it.
|
List<T> |
getSpecialReviews() |
boolean |
getValidateIacucProtocol() |
boolean |
getValidateIrbProtocol() |
int |
hashCode() |
void |
setArrayErrorPathPrefix(String arrayErrorPathPrefix) |
void |
setSpecialReviews(List<T> specialReviews) |
void |
setValidateIacucProtocol(boolean validateIacucProtocol) |
void |
setValidateIrbProtocol(boolean validateIrbProtocol) |
getRuleInterfaceClass, invokeRuleMethod, logEventpublic SaveSpecialReviewEvent(String arrayErrorPathPrefix, org.kuali.rice.krad.document.Document document, List<T> specialReviews, boolean validateIrbProtocol, boolean validateIacucProtocol)
errorPathPrefix - document - specialReview - public String getArrayErrorPathPrefix()
public void setArrayErrorPathPrefix(String arrayErrorPathPrefix)
public boolean getValidateIrbProtocol()
public void setValidateIrbProtocol(boolean validateIrbProtocol)
public boolean getValidateIacucProtocol()
public void setValidateIacucProtocol(boolean validateIacucProtocol)
public BusinessRuleInterface<SaveSpecialReviewEvent<T>> getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2013 The Kuali Foundation. All Rights Reserved.