org.kuali.kfs.module.bc.document.service
Interface BudgetConstructionSalaryStatisticsReportService

All Known Implementing Classes:
BudgetConstructionSalaryStatisticsReportServiceImpl

public interface BudgetConstructionSalaryStatisticsReportService

defines the methods for BudgetConstructionAccountFundingDetailReports


Method Summary
 Collection<BudgetConstructionOrgSalaryStatisticsReport> buildReports(Integer universityFiscalYear, String principalName)
          builds BudgetConstructionAccountFundingDetailReports
 void updateSalaryStatisticsReport(String principalName, Integer universityFiscalYear)
          updates account FundingDetail table.
 

Method Detail

updateSalaryStatisticsReport

void updateSalaryStatisticsReport(String principalName,
                                  Integer universityFiscalYear)
updates account FundingDetail table.

Parameters:
principalName -

buildReports

Collection<BudgetConstructionOrgSalaryStatisticsReport> buildReports(Integer universityFiscalYear,
                                                                     String principalName)
builds BudgetConstructionAccountFundingDetailReports

Parameters:
universityFiscalYear -
accountFundingDetailList -


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