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

All Known Implementing Classes:
BudgetConstructionAccountObjectDetailReportDaoJdbc

public interface BudgetConstructionAccountObjectDetailReportDao


Method Summary
 void updateReportsAccountObjectConsolidatedTable(String principalName)
          adds rows consolidated at the object code level to the temporary table used for budget construction account balance reporting.
 void updateReportsAccountObjectDetailTable(String principalName)
          adds rows with object detail to the temporary table used for budget construction account balance reporting.
 

Method Detail

updateReportsAccountObjectDetailTable

void updateReportsAccountObjectDetailTable(String principalName)
adds rows with object detail to the temporary table used for budget construction account balance reporting.

Parameters:
principalName: - the id of the user initiating the report

updateReportsAccountObjectConsolidatedTable

void updateReportsAccountObjectConsolidatedTable(String principalName)
adds rows consolidated at the object code level to the temporary table used for budget construction account balance reporting.

Parameters:
principalName: - the id of the user initiating the report


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