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

All Known Implementing Classes:
BudgetConstructionSalarySummaryReportServiceImpl

public interface BudgetConstructionSalarySummaryReportService

defines the methods for BudgetConstructionAccountFundingDetailReports


Method Summary
 Collection<BudgetConstructionOrgSalarySummaryReport> buildReports(Integer universityFiscalYear, String principalName, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 void updateSalarySummaryReport(String principalName, Integer universityFiscalYear, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 

Method Detail

updateSalarySummaryReport

void updateSalarySummaryReport(String principalName,
                               Integer universityFiscalYear,
                               BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)

buildReports

Collection<BudgetConstructionOrgSalarySummaryReport> buildReports(Integer universityFiscalYear,
                                                                  String principalName,
                                                                  BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)


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