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