public abstract class ProtocolAddReviewCommentEventBase extends KraDocumentEventBaseExtension
| Constructor and Description |
|---|
ProtocolAddReviewCommentEventBase(ProtocolDocumentBase document,
String propertyName,
CommitteeScheduleMinuteBase reviewComment)
Constructs a ProtocolAddReviewerCommentEvent.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolAddReviewCommentRuleBase<?> |
getNewProtocolAddReviewCommentRuleInstanceHook() |
String |
getPropertyName() |
ProtocolDocumentBase |
getProtocolDocument() |
CommitteeScheduleMinuteBase |
getReviewComment() |
BusinessRuleInterface |
getRule()
This method implementer must pass the instance of rule tied with it.
|
getRuleInterfaceClass, invokeRuleMethod, logEventpublic ProtocolAddReviewCommentEventBase(ProtocolDocumentBase document, String propertyName, CommitteeScheduleMinuteBase reviewComment)
document - The document to validatepropertyName - The error path property prefixreviewComment - The added Reviewer Commentpublic ProtocolDocumentBase getProtocolDocument()
public String getPropertyName()
public CommitteeScheduleMinuteBase getReviewComment()
public BusinessRuleInterface getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionprotected abstract ProtocolAddReviewCommentRuleBase<?> getNewProtocolAddReviewCommentRuleInstanceHook()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.