public abstract class AwardNoteEventBase<Z extends BusinessRuleInterface> extends KraDocumentEventBaseExtension
| Modifier and Type | Class and Description |
|---|---|
static class |
AwardNoteEventBase.ErrorType
Enum helps identify type of error to respond.
|
| Constructor and Description |
|---|
AwardNoteEventBase(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
AwardNotepad awardNotepad,
AwardNoteEventBase.ErrorType type) |
| Modifier and Type | Method and Description |
|---|---|
AwardNotepad |
getAwardNotepad()
This method should return instance of awardnotepad.
|
AwardNoteEventBase.ErrorType |
getType()
This method should return Error type.
|
getRule, getRuleInterfaceClass, invokeRuleMethod, logEventpublic AwardNoteEventBase(String description, String errorPathPrefix, org.kuali.rice.krad.document.Document document, AwardNotepad awardNotepad, AwardNoteEventBase.ErrorType type)
public AwardNotepad getAwardNotepad()
public AwardNoteEventBase.ErrorType getType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.