org.kuali.kfs.module.purap.document.validation.event
Class AttributedAddPurchasingItemCapitalAssetEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
          extended by org.kuali.kfs.module.purap.document.validation.event.AttributedPurchasingItemCapitalAssetEventBase
              extended by org.kuali.kfs.module.purap.document.validation.event.AttributedAddPurchasingItemCapitalAssetEvent
All Implemented Interfaces:
AttributedPurchasingItemCapitalAssetEvent, AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent

public final class AttributedAddPurchasingItemCapitalAssetEvent
extends AttributedPurchasingItemCapitalAssetEventBase

Add Purchasing Item Capital Asset Event. This is triggered when a user presses the add button for a given document's item capital asset line.


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AttributedAddPurchasingItemCapitalAssetEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, ItemCapitalAsset itemCapitalAsset)
          Constructs an AddItemEvent with the given errorPathPrefix, document, and item.
 
Method Summary
 
Methods inherited from class org.kuali.kfs.module.purap.document.validation.event.AttributedPurchasingItemCapitalAssetEventBase
getItemCapitalAsset, validate
 
Methods inherited from class org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
getAttribute, getIterationSubject, getRuleInterfaceClass, invokeRuleMethod, setAttribute, setIterationSubject
 
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.kfs.sys.document.validation.event.AttributedDocumentEvent
getAttribute, getIterationSubject, setAttribute, setIterationSubject
 
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, getRuleInterfaceClass, invokeRuleMethod
 

Constructor Detail

AttributedAddPurchasingItemCapitalAssetEvent

public AttributedAddPurchasingItemCapitalAssetEvent(String errorPathPrefix,
                                                    org.kuali.rice.kns.document.Document document,
                                                    ItemCapitalAsset itemCapitalAsset)
Constructs an AddItemEvent with the given errorPathPrefix, document, and item.

Parameters:
errorPathPrefix - the error path
document - document the event was invoked on
itemCapitalAsset - the item being added


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