org.kuali.kfs.fp.document.validation.event
Class UpdateCheckEvent

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

public class UpdateCheckEvent
extends AttributedDocumentEventBase
implements CheckEvent

An event which is fired when a member of the Cash Receipt family of documents updates a pre-existing check on a document.


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
UpdateCheckEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Constructs a UpdateCheckEvent with a blank description
UpdateCheckEvent(String description, String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Initializes fields common to all subclasses
 
Method Summary
 Check getCheck()
           
 
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, getRuleInterfaceClass, invokeRuleMethod, validate
 

Constructor Detail

UpdateCheckEvent

public UpdateCheckEvent(String description,
                        String errorPathPrefix,
                        org.kuali.rice.kns.document.Document document,
                        Check check)
Initializes fields common to all subclasses

Parameters:
description -
errorPathPrefix -
document -
check -

UpdateCheckEvent

public UpdateCheckEvent(String errorPathPrefix,
                        org.kuali.rice.kns.document.Document document,
                        Check check)
Constructs a UpdateCheckEvent with a blank description

Parameters:
errorPathPrefix -
document -
check -
Method Detail

getCheck

public Check getCheck()
Specified by:
getCheck in interface CheckEvent
Returns:
check associated with this event
See Also:
org.kuali.rice.kns.rule.event.CheckEvent#getCheck()


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