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

All Known Implementing Classes:
BudgetConstructionReasonStatisticsReportServiceImpl

public interface BudgetConstructionReasonStatisticsReportService

defines the methods for BudgetConstructionAccountFundingDetailReports


Method Summary
 Collection<BudgetConstructionOrgReasonStatisticsReport> buildReports(Integer universityFiscalYear, String principalName, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
          builds BudgetConstructionAccountFundingDetailReports
 void updateReasonStatisticsReport(String principalName, Integer universityFiscalYear, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
          updates account FundingDetail table.
 

Method Detail

updateReasonStatisticsReport

void updateReasonStatisticsReport(String principalName,
                                  Integer universityFiscalYear,
                                  BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
updates account FundingDetail table.

Parameters:
principalName -

buildReports

Collection<BudgetConstructionOrgReasonStatisticsReport> buildReports(Integer universityFiscalYear,
                                                                     String principalName,
                                                                     BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
builds BudgetConstructionAccountFundingDetailReports

Parameters:
universityFiscalYear -
accountFundingDetailList -


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