Uses of Class
org.kuali.kfs.sys.businessobject.SufficientFundsItem

Packages that use SufficientFundsItem
org.kuali.kfs.fp.document   
org.kuali.kfs.gl.service   
org.kuali.kfs.gl.service.impl   
org.kuali.kfs.sys.document   
 

Uses of SufficientFundsItem in org.kuali.kfs.fp.document
 

Methods in org.kuali.kfs.fp.document that return types with arguments of type SufficientFundsItem
 List<SufficientFundsItem> JournalVoucherDocument.checkSufficientFunds()
           
 List<SufficientFundsItem> CashReceiptDocument.checkSufficientFunds()
           
 List<SufficientFundsItem> PreEncumbranceDocument.checkSufficientFunds()
           
 

Uses of SufficientFundsItem in org.kuali.kfs.gl.service
 

Methods in org.kuali.kfs.gl.service that return types with arguments of type SufficientFundsItem
 List<SufficientFundsItem> SufficientFundsService.checkSufficientFunds(GeneralLedgerPostingDocument document)
          Checks for sufficient funds on a single document
 List<SufficientFundsItem> SufficientFundsService.checkSufficientFunds(List<? extends Transaction> transactions)
          Checks for sufficient funds on a list of transactions
 

Uses of SufficientFundsItem in org.kuali.kfs.gl.service.impl
 

Methods in org.kuali.kfs.gl.service.impl that return types with arguments of type SufficientFundsItem
 List<SufficientFundsItem> SufficientFundsServiceImpl.checkSufficientFunds(GeneralLedgerPostingDocument document)
          Checks for sufficient funds on a single document
 List<SufficientFundsItem> SufficientFundsServiceImpl.checkSufficientFunds(List<? extends Transaction> transactions)
          Checks for sufficient funds on a list of transactions
protected  List<SufficientFundsItem> SufficientFundsServiceImpl.summarizeTransactions(List<? extends Transaction> transactions)
          For each transaction, fetches the appropriate sufficient funds item to check against
 

Methods in org.kuali.kfs.gl.service.impl with parameters of type SufficientFundsItem
protected  SufficientFundsServiceImpl.PendingAmounts SufficientFundsServiceImpl.getPendingBalanceAmount(SufficientFundsItem item)
          Totals the amounts of actual, encumbrance, and budget amounts from related pending entries
protected  SufficientFundsServiceImpl.PendingAmounts SufficientFundsServiceImpl.getPriorYearSufficientFundsBalanceAmount(SufficientFundsItem item)
          Given a sufficient funds item to check, gets the prior year sufficient funds balance to check against
protected  boolean SufficientFundsServiceImpl.hasSufficientFundsOnItem(SufficientFundsItem item)
          Given a sufficient funds item record, determines if there are sufficient funds available for the transaction
 

Uses of SufficientFundsItem in org.kuali.kfs.sys.document
 

Methods in org.kuali.kfs.sys.document that return types with arguments of type SufficientFundsItem
 List<SufficientFundsItem> GeneralLedgerPostingDocumentBase.checkSufficientFunds()
           
 List<SufficientFundsItem> GeneralLedgerPostingDocument.checkSufficientFunds()
          This method will check sufficient funds for the document
 



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