org.kuali.kfs.sys.document.validation.event
Class AccountingDocumentSaveWithNoLedgerEntryGenerationEvent
java.lang.Object
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.rice.kns.rule.event.SaveDocumentEvent
org.kuali.rice.kns.rule.event.SaveOnlyDocumentEvent
org.kuali.kfs.sys.document.validation.event.DocumentSystemSaveEvent
org.kuali.kfs.sys.document.validation.event.AccountingDocumentSaveWithNoLedgerEntryGenerationEvent
- All Implemented Interfaces:
- org.kuali.rice.kns.rule.event.KualiDocumentEvent, org.kuali.rice.kns.rule.event.SaveEvent
public class AccountingDocumentSaveWithNoLedgerEntryGenerationEvent
- extends DocumentSystemSaveEvent
An event to save an accounting document, which AccountingDocumentBase will *not* generate
general ledger pending entries for
- See Also:
AccountingDocumentBase.prepareForSave(org.kuali.rice.kns.rule.event.KualiDocumentEvent)
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
document |
Methods inherited from class org.kuali.rice.kns.rule.event.SaveOnlyDocumentEvent |
generateEvents |
Methods inherited from class org.kuali.rice.kns.rule.event.SaveDocumentEvent |
getRuleInterfaceClass |
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
AccountingDocumentSaveWithNoLedgerEntryGenerationEvent
public AccountingDocumentSaveWithNoLedgerEntryGenerationEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document)
- Constructs a AccountingDocumentSaveWithNoLedgerEntryGenerationEvent with the specified errorPathPrefix and document. Event will
- Parameters:
document
- the document that the rules for this event should be applied toerrorPathPrefix
- the error path for any resultant errors to be applied to
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.