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

All Known Implementing Classes:
BudgetConstructionList2PLGReportServiceImpl

public interface BudgetConstructionList2PLGReportService

defines the methods for BudgetConstructionAccountFundingDetailReports


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

Method Detail

updateList2PLGReport

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

Parameters:
principalName -

buildReports

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

Parameters:
universityFiscalYear -
accountFundingDetailList -


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