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

All Known Implementing Classes:
BudgetConstructionObjectSummaryReportDaoJdbc

public interface BudgetConstructionObjectSummaryReportDao

produce rows to feed a general ledger summary report by object code requested by a specific user from a budget construction screen


Method Summary
 void cleanGeneralLedgerObjectSummaryTable(String principalName)
          clean out any rows left by this user from a previous general ledger object summary report
 void updateGeneralLedgerObjectSummaryTable(String principalName)
          populate the table to feed the report with the rows which match the current request
 

Method Detail

cleanGeneralLedgerObjectSummaryTable

void cleanGeneralLedgerObjectSummaryTable(String principalName)
clean out any rows left by this user from a previous general ledger object summary report

Parameters:
principalName--the - user currently logged in making the on-line report request

updateGeneralLedgerObjectSummaryTable

void updateGeneralLedgerObjectSummaryTable(String principalName)
populate the table to feed the report with the rows which match the current request

Parameters:
principalName--the - user currently logged in making the on-line report request


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