org.kuali.kfs.sys.document.validation.event
Class AccountingDocumentSaveWithNoLedgerEntryGenerationEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.rice.kns.rule.event.SaveDocumentEvent
          extended by org.kuali.rice.kns.rule.event.SaveOnlyDocumentEvent
              extended by org.kuali.kfs.sys.document.validation.event.DocumentSystemSaveEvent
                  extended by 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)

Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AccountingDocumentSaveWithNoLedgerEntryGenerationEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document)
          Constructs a AccountingDocumentSaveWithNoLedgerEntryGenerationEvent with the specified errorPathPrefix and document.
 
Method Summary
 
Methods inherited from class org.kuali.kfs.sys.document.validation.event.DocumentSystemSaveEvent
invokeRuleMethod
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 to
errorPathPrefix - the error path for any resultant errors to be applied to


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