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
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 reportdocumentNumber
- the budget construction document for the data being reporteduniversityFiscalYear
- the budget fiscal yearchartOfAccountsCode
- the chart of accounts for the documentaccountNumber
- the account number for the documentsubAccountNumber
- the subaccount number for the document
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.