org.kuali.kfs.module.bc.document.service.impl
Class BudgetConstructionAccountMonthlyDetailReportServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.bc.document.service.impl.BudgetConstructionAccountMonthlyDetailReportServiceImpl
All Implemented Interfaces:
BudgetConstructionAccountMonthlyDetailReportService

@Transactional
public class BudgetConstructionAccountMonthlyDetailReportServiceImpl
extends Object
implements BudgetConstructionAccountMonthlyDetailReportService

Service implementation of BudgetConstructionLevelSummaryReportService.


Constructor Summary
BudgetConstructionAccountMonthlyDetailReportServiceImpl()
           
 
Method Summary
protected  List<String> buildOrderByList()
          builds orderByList for sort order.
 Collection<BudgetConstructionAccountMonthlyDetailReport> buildReports(String documentNumber, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String subAccountNumber)
          builds BudgetConstructionLevelSummaryReports
protected  void buildReportsBody(BudgetConstructionMonthly bcMonthly, BudgetConstructionAccountMonthlyDetailReport accountMonthlyDetailReport)
          builds report body
protected  void buildReportsHeader(BudgetConstructionMonthly bcMonthly, BudgetConstructionAccountMonthlyDetailReport accountMonthlyDetailReport)
          builds report Header
 void setBudgetConstructionReportsServiceHelper(BudgetConstructionReportsServiceHelper budgetConstructionReportsServiceHelper)
           
 void setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BudgetConstructionAccountMonthlyDetailReportServiceImpl

public BudgetConstructionAccountMonthlyDetailReportServiceImpl()
Method Detail

buildReports

public Collection<BudgetConstructionAccountMonthlyDetailReport> buildReports(String documentNumber,
                                                                             Integer universityFiscalYear,
                                                                             String chartOfAccountsCode,
                                                                             String accountNumber,
                                                                             String subAccountNumber)
Description copied from interface: BudgetConstructionAccountMonthlyDetailReportService
builds BudgetConstructionLevelSummaryReports

Specified by:
buildReports in interface BudgetConstructionAccountMonthlyDetailReportService
Returns:
Collection
See Also:
org.kuali.kfs.module.bc.document.service.BudgetConstructionLevelSummaryReportService#buildReports(java.lang.Integer, java.util.Collection)

buildReportsHeader

protected void buildReportsHeader(BudgetConstructionMonthly bcMonthly,
                                  BudgetConstructionAccountMonthlyDetailReport accountMonthlyDetailReport)
builds report Header

Parameters:
BudgetConstructionObjectSummary - bcas

buildReportsBody

protected void buildReportsBody(BudgetConstructionMonthly bcMonthly,
                                BudgetConstructionAccountMonthlyDetailReport accountMonthlyDetailReport)
builds report body

Parameters:
BudgetConstructionLevelSummary - bcas

buildOrderByList

protected List<String> buildOrderByList()
builds orderByList for sort order.

Returns:
returnList

setKualiConfigurationService

public void setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)

setBudgetConstructionReportsServiceHelper

public void setBudgetConstructionReportsServiceHelper(BudgetConstructionReportsServiceHelper budgetConstructionReportsServiceHelper)


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