org.kuali.kfs.fp.document.validation.event
Class AddCheckEvent
java.lang.Object
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
org.kuali.kfs.fp.document.validation.event.AddCheckEvent
- All Implemented Interfaces:
- CheckEvent, AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent
public class AddCheckEvent
- extends AttributedDocumentEventBase
- implements CheckEvent
An event which is fired when a member of the Cash Receipt family of documents adds a check.
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
document |
Constructor Summary |
AddCheckEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
Check check)
Constructs a AddCheckEvent, with a blank description |
AddCheckEvent(String description,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
Check check)
Initializes fields common to all subclasses |
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent |
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, getRuleInterfaceClass, invokeRuleMethod, validate |
AddCheckEvent
public AddCheckEvent(String description,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
Check check)
- Initializes fields common to all subclasses
- Parameters:
description
- errorPathPrefix
- document
- check
-
AddCheckEvent
public AddCheckEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
Check check)
- Constructs a AddCheckEvent, with a blank description
- Parameters:
errorPathPrefix
- document
- check
-
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.