org.kuali.kfs.module.bc.document.dataaccess
Interface BudgetConstructionDocumentAccountObjectDetailReportDao

All Known Implementing Classes:
BudgetConstructionDocumentAccountObjectDetailReportDaoJdbc

public interface BudgetConstructionDocumentAccountObjectDetailReportDao

provides the public method that provides data for a report of the contents of a single budget construction document, with object-level detail


Method Summary
 void updateDocumentAccountObjectDetailReportTable(String principalName, String documentNumber, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String subAccountNumber)
          populates a data-holding table with the data from a single Budget Construction document, with the general ledger amounts, and sums of the FTE associated with them
 

Method Detail

updateDocumentAccountObjectDetailReportTable

void updateDocumentAccountObjectDetailReportTable(String principalName,
                                                  String documentNumber,
                                                  Integer universityFiscalYear,
                                                  String chartOfAccountsCode,
                                                  String accountNumber,
                                                  String subAccountNumber)
populates a data-holding table with the data from a single Budget Construction document, with the general ledger amounts, and sums of the FTE associated with them

Parameters:
principalName - the user requesting the report
documentNumber - the budget construction document for the data being reported
universityFiscalYear - the budget fiscal year
chartOfAccountsCode - the chart of accounts for the document
accountNumber - the account number for the document
subAccountNumber - the subaccount number for the document


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