org.kuali.kfs.coa.dataaccess
Interface PriorYearAccountDaoJdbc

All Known Implementing Classes:
PriorYearAccountDaoJdbcImpl

public interface PriorYearAccountDaoJdbc

Methods needed to copy prior year accounts from current year accounts; this population is best done directly through JDBC


Method Summary
 int copyCurrentAccountsToPriorYearTable()
          This method copies all organization records from the current Account table to the Prior Year Account table.
 int purgePriorYearAccounts()
          This method purges all records in the Prior Year Account table in the DB.
 

Method Detail

purgePriorYearAccounts

int purgePriorYearAccounts()
This method purges all records in the Prior Year Account table in the DB.

Returns:
Number of records that were purged.

copyCurrentAccountsToPriorYearTable

int copyCurrentAccountsToPriorYearTable()
This method copies all organization records from the current Account table to the Prior Year Account table.

Returns:
Number of records that were copied.


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