public class MeetingDeleteOtherEvent extends MeetingEventBase<MeetingDeleteOtherRule>
MeetingEventBase.ErrorType| Constructor and Description |
|---|
MeetingDeleteOtherEvent(String errorPathPrefix,
CommitteeDocumentBase document,
MeetingHelperBase meetingHelper,
MeetingEventBase.ErrorType type,
int otherNumber)
Constructs a MeetingDeleteOtherEvent.
|
MeetingDeleteOtherEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
MeetingHelperBase meetingHelper,
MeetingEventBase.ErrorType type,
int otherNumber)
Constructs a MeetingDeleteOtherEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOtherNumber() |
BusinessRuleInterface |
getRule()
This method implementer must pass the instance of rule tied with it.
|
getMeetingHelper, getTypegetRuleInterfaceClass, invokeRuleMethod, logEventpublic MeetingDeleteOtherEvent(String errorPathPrefix, CommitteeDocumentBase document, MeetingHelperBase meetingHelper, MeetingEventBase.ErrorType type, int otherNumber)
errorPathPrefix - Prefix of document ID of where to put the error messagedocument - The document being modifiedmeetingHelper - Helper class for meetingstype - The type of errorotherNumber - The index of the Other Action in the Other Action list.public MeetingDeleteOtherEvent(String errorPathPrefix, org.kuali.rice.krad.document.Document document, MeetingHelperBase meetingHelper, MeetingEventBase.ErrorType type, int otherNumber)
errorPathPrefix - Prefix of document ID of where to put the error messagedocument - The document being modifiedmeetingHelper - Helper class for meetingstype - The type of errorotherNumber - The index of the Other Action in the Other Action list.public BusinessRuleInterface getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionpublic int getOtherNumber()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.