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

All Known Implementing Classes:
ReportDumpDaoJdbc

public interface ReportDumpDao

Populates dump tables.


Method Summary
 void cleanAccountDump(String principalName)
          Cleans the account dump maintenance table for given user
 void updateAccountDump(String principalName)
          Rebuilds the account dump maintenance table.
 

Method Detail

updateAccountDump

void updateAccountDump(String principalName)
Rebuilds the account dump maintenance table.

Parameters:
principalId - - current user who is running the dump

cleanAccountDump

void cleanAccountDump(String principalName)
Cleans the account dump maintenance table for given user

Parameters:
principalId - - current user who is running the dump


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