Uses of Class
org.kuali.kfs.module.bc.businessobject.BudgetConstructionAccountSummary

Packages that use BudgetConstructionAccountSummary
org.kuali.kfs.module.bc.businessobject   
org.kuali.kfs.module.bc.document.service.impl   
 

Uses of BudgetConstructionAccountSummary in org.kuali.kfs.module.bc.businessobject
 

Methods in org.kuali.kfs.module.bc.businessobject that return BudgetConstructionAccountSummary
 BudgetConstructionAccountSummary BudgetConstructionOrgAccountSummaryReportTotal.getBcas()
          Gets the budgetConstructionAccountSummary
 BudgetConstructionAccountSummary BudgetConstructionOrgSubFundSummaryReportTotal.getBcas()
          Gets the budgetConstructionAccountSummary
 

Methods in org.kuali.kfs.module.bc.businessobject with parameters of type BudgetConstructionAccountSummary
 void BudgetConstructionOrgAccountSummaryReportTotal.setBcas(BudgetConstructionAccountSummary bcas)
          Sets the budgetConstructionAccountSummary
 void BudgetConstructionOrgSubFundSummaryReportTotal.setBcas(BudgetConstructionAccountSummary bcas)
          Sets the budgetConstructionAccountSummary
 

Uses of BudgetConstructionAccountSummary in org.kuali.kfs.module.bc.document.service.impl
 

Methods in org.kuali.kfs.module.bc.document.service.impl with parameters of type BudgetConstructionAccountSummary
protected  void BudgetConstructionAccountSummaryReportServiceImpl.buildReportsBody(BudgetConstructionOrgAccountSummaryReport orgAccountSummaryReportEntry, BudgetConstructionAccountSummary accountSummary)
          builds report body
 void BudgetConstructionSubFundSummaryReportServiceImpl.buildReportsBody(BudgetConstructionOrgSubFundSummaryReport orgSubFundSummaryReportEntry, BudgetConstructionAccountSummary subFundSummary)
          builds report body
protected  void BudgetConstructionAccountSummaryReportServiceImpl.buildReportsHeader(Integer universityFiscalYear, BudgetConstructionOrgAccountSummaryReport orgAccountSummaryReportEntry, BudgetConstructionAccountSummary accountSummary, boolean consolidated)
          builds report Header
 void BudgetConstructionSubFundSummaryReportServiceImpl.buildReportsHeader(Integer universityFiscalYear, BudgetConstructionOrgSubFundSummaryReport orgSubFundSummaryReportEntry, BudgetConstructionAccountSummary subFundSummaryList)
          builds report Header
protected  void BudgetConstructionAccountSummaryReportServiceImpl.buildReportsTotal(BudgetConstructionOrgAccountSummaryReport orgAccountSummaryReportEntry, BudgetConstructionAccountSummary accountSummary, List reportTotalList)
          builds report total
 void BudgetConstructionSubFundSummaryReportServiceImpl.buildReportsTotal(BudgetConstructionOrgSubFundSummaryReport orgSubFundSummaryReportEntry, BudgetConstructionAccountSummary subFundSummaryList, List<BudgetConstructionOrgSubFundSummaryReportTotal> reportSubTotalList, List<BudgetConstructionOrgSubFundSummaryReportTotal> reportTotalList)
          builds report total
 

Method parameters in org.kuali.kfs.module.bc.document.service.impl with type arguments of type BudgetConstructionAccountSummary
 List BudgetConstructionSubFundSummaryReportServiceImpl.calculateSubTotal(List<BudgetConstructionAccountSummary> bcasList, List<BudgetConstructionAccountSummary> subTotalList)
          Calculates total part of report
 List BudgetConstructionSubFundSummaryReportServiceImpl.calculateSubTotal(List<BudgetConstructionAccountSummary> bcasList, List<BudgetConstructionAccountSummary> subTotalList)
          Calculates total part of report
 List BudgetConstructionSubFundSummaryReportServiceImpl.calculateTotal(List<BudgetConstructionAccountSummary> bcasList, List<BudgetConstructionAccountSummary> totalList)
          Calculates total part of report
 List BudgetConstructionSubFundSummaryReportServiceImpl.calculateTotal(List<BudgetConstructionAccountSummary> bcasList, List<BudgetConstructionAccountSummary> totalList)
          Calculates total part of report
 



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