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