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

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

Deprecated.

@Deprecated
public class KualiAddLineEvent
extends KualiDocumentEventBase


Field Summary
 
Fields inherited from class org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
KualiAddLineEvent(Document document, String collectionName, PersistableBusinessObject addLine)
          Deprecated.  
 
Method Summary
 Class<? extends BusinessRule> getRuleInterfaceClass()
          Deprecated. Returns the interface that classes must implement to receive this event.
 boolean invokeRuleMethod(BusinessRule rule)
          Deprecated. Invokes the event handling method on the rule object.
 
Methods inherited from class org.kuali.rice.krad.rules.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)
Deprecated. 
Method Detail

invokeRuleMethod

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

Returns:

getRuleInterfaceClass

public Class<? extends BusinessRule> getRuleInterfaceClass()
Deprecated. 
Description copied from interface: KualiDocumentEvent
Returns the interface that classes must implement to receive this event.

Returns:


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.