org.kuali.kfs.module.ar.document.validation.event
Class DeleteCashControlDetailEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.kfs.module.ar.document.validation.event.CashControlDetailEventBase
          extended by org.kuali.kfs.module.ar.document.validation.event.DeleteCashControlDetailEvent
All Implemented Interfaces:
CashControlDetailEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent

public class DeleteCashControlDetailEvent
extends CashControlDetailEventBase


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
DeleteCashControlDetailEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, CashControlDetail cashControlDetail)
           
 
Method Summary
 Class getRuleInterfaceClass()
           
 boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
           
 
Methods inherited from class org.kuali.kfs.module.ar.document.validation.event.CashControlDetailEventBase
getCashControlDetail, validate
 
Methods inherited from class org.kuali.rice.kns.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
 
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName
 

Constructor Detail

DeleteCashControlDetailEvent

public DeleteCashControlDetailEvent(String errorPathPrefix,
                                    org.kuali.rice.kns.document.Document document,
                                    CashControlDetail cashControlDetail)
Method Detail

getRuleInterfaceClass

public Class getRuleInterfaceClass()

invokeRuleMethod

public boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)


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