org.kuali.kfs.module.endow.document.validation.event
Class DeleteTaxLotLineEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.kfs.module.endow.document.validation.event.DeleteTaxLotLineEvent
All Implemented Interfaces:
org.kuali.rice.kns.rule.event.KualiDocumentEvent

public class DeleteTaxLotLineEvent
extends org.kuali.rice.kns.rule.event.KualiDocumentEventBase


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
DeleteTaxLotLineEvent(String errorPathPrefix, EndowmentTaxLotLinesDocument document, EndowmentTransactionTaxLotLine taxLotLine, EndowmentTransactionLine transactionLine, int index, int taxLotLineIndex)
           
 
Method Summary
 Class getRuleInterfaceClass()
           
 boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
           
 
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

DeleteTaxLotLineEvent

public DeleteTaxLotLineEvent(String errorPathPrefix,
                             EndowmentTaxLotLinesDocument document,
                             EndowmentTransactionTaxLotLine taxLotLine,
                             EndowmentTransactionLine transactionLine,
                             int index,
                             int taxLotLineIndex)
Method Detail

getRuleInterfaceClass

public Class getRuleInterfaceClass()
See Also:
KualiDocumentEvent.getRuleInterfaceClass()

invokeRuleMethod

public boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
See Also:
KualiDocumentEvent.invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule)


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