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

All Known Implementing Classes:
BudgetConstructionSubFundSummaryReportServiceImpl

public interface BudgetConstructionSubFundSummaryReportService

This interface defines the methods for BudgetConstructionOrgSubFundSummaryReports


Method Summary
 Collection<BudgetConstructionOrgSubFundSummaryReport> buildReports(Integer universityFiscalYear, String principalName)
          builds BudgetConstructionOrgSubFundSummaryReports
 void updateSubFundSummaryReport(String principalName)
          updates account summary table for SubFundSummaryReport.
 

Method Detail

updateSubFundSummaryReport

void updateSubFundSummaryReport(String principalName)
updates account summary table for SubFundSummaryReport.

Parameters:
principalName -

buildReports

Collection<BudgetConstructionOrgSubFundSummaryReport> buildReports(Integer universityFiscalYear,
                                                                   String principalName)
builds BudgetConstructionOrgSubFundSummaryReports

Parameters:
universityFiscalYear -
accountSummaryList -
Returns:


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