public interface GeneralLedgerPostingDocument extends LedgerPostingDocument
| Modifier and Type | Method and Description | 
|---|---|
| List<SufficientFundsItem> | checkSufficientFunds()This method will check sufficient funds for the document | 
| List<GeneralLedgerPendingEntry> | getGeneralLedgerPendingEntries()This method retrieves the list of GLPEs for the document. | 
| GeneralLedgerPendingEntry | getGeneralLedgerPendingEntry(int index)This method retrieves a particular pending entry instance, automatically instantiating any missing intervening instances. | 
| List<GeneralLedgerPendingEntry> | getPendingLedgerEntriesForSufficientFundsChecking()This method will return only PLEs that should be checked for SF. | 
| void | setGeneralLedgerPendingEntries(List<GeneralLedgerPendingEntry> generalLedgerPendingEntries)This method sets the list of pending entries for this document. | 
getAccountingPeriod, getPostingPeriodCode, getPostingYear, setAccountingPeriod, setPostingPeriodCode, setPostingYearanswerSplitNodeQuestion, getFinancialSystemDocumentHeaderaddNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNotes, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerializationList<GeneralLedgerPendingEntry> getGeneralLedgerPendingEntries()
GeneralLedgerPendingEntry getGeneralLedgerPendingEntry(int index)
index - void setGeneralLedgerPendingEntries(List<GeneralLedgerPendingEntry> generalLedgerPendingEntries)
generalLedgerPendingEntries - List<SufficientFundsItem> checkSufficientFunds()
List<GeneralLedgerPendingEntry> getPendingLedgerEntriesForSufficientFundsChecking()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.