org.kuali.rice.kns.rule.event
Class KualiAddLineEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.rice.kns.rule.event.KualiAddLineEvent
All Implemented Interfaces:
KualiDocumentEvent

public class KualiAddLineEvent
extends KualiDocumentEventBase


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
KualiAddLineEvent(Document document, String collectionName, PersistableBusinessObject addLine)
           
 
Method Summary
 Class getRuleInterfaceClass()
          Returns the interface that classes must implement to recieve this event.
 boolean invokeRuleMethod(BusinessRule rule)
          Invokes the event handling method on the rule object.
 
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KualiAddLineEvent

public KualiAddLineEvent(Document document,
                         String collectionName,
                         PersistableBusinessObject addLine)
Method Detail

invokeRuleMethod

public boolean invokeRuleMethod(BusinessRule rule)
Description copied from interface: KualiDocumentEvent
Invokes the event handling method on the rule object.

Returns:

getRuleInterfaceClass

public Class getRuleInterfaceClass()
Description copied from interface: KualiDocumentEvent
Returns the interface that classes must implement to recieve this event.

Returns:


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.