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

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.sys.document.validation.event.AttributedSaveDocumentEvent
              extended by org.kuali.kfs.module.purap.document.validation.event.AttributedSelectSystemPurapEvent
All Implemented Interfaces:
AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent, org.kuali.rice.kns.rule.event.SaveEvent

public final class AttributedSelectSystemPurapEvent
extends AttributedSaveDocumentEvent
implements org.kuali.rice.kns.rule.event.SaveEvent

SelectSystem Event for Accounts Payable Document. This could be triggered when a user presses the SelectSystem button to go to the next page.


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AttributedSelectSystemPurapEvent(org.kuali.rice.kns.document.Document document)
          Overridden constructor.
AttributedSelectSystemPurapEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document)
          Constructs a SelectSystemPurapEvent with the given errorPathPrefix and 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

AttributedSelectSystemPurapEvent

public AttributedSelectSystemPurapEvent(org.kuali.rice.kns.document.Document document)
Overridden constructor.

Parameters:
document - the document for this event

AttributedSelectSystemPurapEvent

public AttributedSelectSystemPurapEvent(String errorPathPrefix,
                                        org.kuali.rice.kns.document.Document document)
Constructs a SelectSystemPurapEvent with the given errorPathPrefix and document.

Parameters:
errorPathPrefix - the error path
document - document the event was invoked upon


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