org.kuali.kfs.module.cam.document.validation.event
Class AssetPaymentPrepareRouteEvent

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.cam.document.validation.event.AssetPaymentPrepareRouteEvent
All Implemented Interfaces:
AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent

public class AssetPaymentPrepareRouteEvent
extends AttributedDocumentEventBase


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AssetPaymentPrepareRouteEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document)
          Constructs an AssetPaymentPrepareRouteEvent with the given errorPathPrefix, document.
 
Method Summary
 
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, validate
 
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, validate
 

Constructor Detail

AssetPaymentPrepareRouteEvent

public AssetPaymentPrepareRouteEvent(String errorPathPrefix,
                                     org.kuali.rice.kns.document.Document document)
Constructs an AssetPaymentPrepareRouteEvent with the given errorPathPrefix, document. This even will be triggered when document starts routing. We run all route validations by this event. Then we could show the warning msg which will be triggered by pre-rule at a later time.

Parameters:
errorPathPrefix -
document -
accountingLine -


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