Uses of Class
org.kuali.kfs.module.purap.util.SummaryAccount

Packages that use SummaryAccount
org.kuali.kfs.module.purap.document.web.struts   
org.kuali.kfs.module.purap.service   
org.kuali.kfs.module.purap.service.impl   
 

Uses of SummaryAccount in org.kuali.kfs.module.purap.document.web.struts
 

Fields in org.kuali.kfs.module.purap.document.web.struts with type parameters of type SummaryAccount
protected  List<SummaryAccount> PurchasingAccountsPayableFormBase.summaryAccounts
           
 

Methods in org.kuali.kfs.module.purap.document.web.struts that return types with arguments of type SummaryAccount
 List<SummaryAccount> PurchasingAccountsPayableFormBase.getSummaryAccounts()
           
 

Method parameters in org.kuali.kfs.module.purap.document.web.struts with type arguments of type SummaryAccount
 void PurchasingAccountsPayableFormBase.setSummaryAccounts(List<SummaryAccount> summaryAccounts)
           
 

Uses of SummaryAccount in org.kuali.kfs.module.purap.service
 

Methods in org.kuali.kfs.module.purap.service that return types with arguments of type SummaryAccount
 List<SummaryAccount> PurapAccountingService.generateSummaryAccounts(PurchasingAccountsPayableDocument document)
          This creates summary accounts based on a list of items.
 List<SummaryAccount> PurapAccountingService.generateSummaryAccountsWithNoZeroTotals(PurchasingAccountsPayableDocument document)
          This creates summary accounts based on a list of items excluding zero totals.
 List<SummaryAccount> PurapAccountingService.generateSummaryAccountsWithNoZeroTotalsNoUseTax(PurchasingAccountsPayableDocument document)
          This creates summary accounts based on a list of items excluding zero totals and use tax.
 

Uses of SummaryAccount in org.kuali.kfs.module.purap.service.impl
 

Methods in org.kuali.kfs.module.purap.service.impl that return types with arguments of type SummaryAccount
protected  List<SummaryAccount> PurapAccountingServiceImpl.generateSummaryAccounts(List<PurApItem> items, Boolean useZeroTotals, Boolean useTaxIncluded)
          This creates summary accounts based on a list of items.
 List<SummaryAccount> PurapAccountingServiceImpl.generateSummaryAccounts(PurchasingAccountsPayableDocument document)
           
 List<SummaryAccount> PurapAccountingServiceImpl.generateSummaryAccountsWithNoZeroTotals(PurchasingAccountsPayableDocument document)
           
 List<SummaryAccount> PurapAccountingServiceImpl.generateSummaryAccountsWithNoZeroTotalsNoUseTax(PurchasingAccountsPayableDocument document)
           
 

Method parameters in org.kuali.kfs.module.purap.service.impl with type arguments of type SummaryAccount
protected  void PurapGeneralLedgerServiceImpl.saveAccountsPayableSummaryAccounts(List<SummaryAccount> summaryAccounts, Integer purapDocumentIdentifier, String docType)
          Save the given accounts for the given document.
 



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