public abstract class ProtocolManageReviewAttachmentEventBase<PRA extends ProtocolReviewAttachmentBase> extends KraDocumentEventBaseExtension
| Constructor and Description |
|---|
ProtocolManageReviewAttachmentEventBase(ProtocolDocumentBase document,
String propertyName,
List<PRA> reviewAttachments)
Constructs a ProtocolManageReviewAttachmentEventBase.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolManageReviewAttachmentRule<?> |
getNewProtocolManageReviewAttachmentRuleInstaceHook() |
String |
getPropertyName() |
ProtocolDocumentBase |
getProtocolDocument() |
List<PRA> |
getReviewAttachments() |
BusinessRuleInterface |
getRule()
This method implementer must pass the instance of rule tied with it.
|
getRuleInterfaceClass, invokeRuleMethod, logEventpublic ProtocolManageReviewAttachmentEventBase(ProtocolDocumentBase document, String propertyName, List<PRA> reviewAttachments)
document - The document to validatepropertyName - The error path property prefixreviewAttachments - The manage Reviewer Attachmentpublic ProtocolDocumentBase getProtocolDocument()
public String getPropertyName()
public BusinessRuleInterface getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionprotected abstract ProtocolManageReviewAttachmentRule<?> getNewProtocolManageReviewAttachmentRuleInstaceHook()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.