org.kuali.kfs.module.purap.document.validation.event
Class AttributedUpdateCamsViewPurapEvent
java.lang.Object
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
org.kuali.kfs.sys.document.validation.event.AttributedSaveDocumentEvent
org.kuali.kfs.module.purap.document.validation.event.AttributedUpdateCamsViewPurapEvent
- All Implemented Interfaces:
- AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent, org.kuali.rice.kns.rule.event.SaveEvent
public final class AttributedUpdateCamsViewPurapEvent
- extends AttributedSaveDocumentEvent
- implements org.kuali.rice.kns.rule.event.SaveEvent
UpdateCamsView Event for Accounts Payable Document.
This could be triggered when a user presses the UpdateCamsView button to go to the next page.
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
document |
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, validate |
AttributedUpdateCamsViewPurapEvent
public AttributedUpdateCamsViewPurapEvent(org.kuali.rice.kns.document.Document document)
- Overridden constructor.
- Parameters:
document
- the document for this event
AttributedUpdateCamsViewPurapEvent
public AttributedUpdateCamsViewPurapEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document)
- Constructs a UpdateCamsViewPurapEvent with the given errorPathPrefix and document.
- Parameters:
errorPathPrefix
- the error pathdocument
- document the event was invoked upon
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.