|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase
org.kuali.rice.krad.rules.rule.event.AddAdHocRoutePersonEvent
public final class AddAdHocRoutePersonEvent
This class represents the add AdHocRoutePerson event that is part of an eDoc in Kuali. This is triggered when a user presses the add button for a given adHocRoutePerson.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase |
|---|
document |
| Constructor Summary | |
|---|---|
AddAdHocRoutePersonEvent(Document document,
AdHocRoutePerson adHocRoutePerson)
Constructs an AddAdHocRoutePersonEvent with the given document |
|
AddAdHocRoutePersonEvent(String errorPathPrefix,
Document document,
AdHocRoutePerson adHocRoutePerson)
Constructs an AddAdHocRoutePersonEvent with the specified errorPathPrefix, document, and adHocRoutePerson |
|
| Method Summary | |
|---|---|
AdHocRoutePerson |
getAdHocRoutePerson()
This method retrieves the document adHocRoutePerson associated with this event. |
Class<? extends BusinessRule> |
getRuleInterfaceClass()
Returns the interface that classes must implement to receive this event. |
boolean |
invokeRuleMethod(BusinessRule rule)
Invokes the event handling method on the rule object. |
void |
validate()
Validates the event has all the necessary properties. |
| Methods inherited from class org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase |
|---|
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddAdHocRoutePersonEvent(String errorPathPrefix,
Document document,
AdHocRoutePerson adHocRoutePerson)
document - adHocRoutePerson - errorPathPrefix -
public AddAdHocRoutePersonEvent(Document document,
AdHocRoutePerson adHocRoutePerson)
document - adHocRoutePerson - | Method Detail |
|---|
public AdHocRoutePerson getAdHocRoutePerson()
public void validate()
KualiDocumentEvent
validate in interface KualiDocumentEventvalidate in class KualiDocumentEventBaseKualiDocumentEvent.validate()public Class<? extends BusinessRule> getRuleInterfaceClass()
KualiDocumentEvent
KualiDocumentEvent.getRuleInterfaceClass()public boolean invokeRuleMethod(BusinessRule rule)
KualiDocumentEvent
KualiDocumentEvent.invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||