public interface PriorYearAccountDao
| Modifier and Type | Method and Description | 
|---|---|
| int | copyCurrentAccountsToPriorYearTable(String priorYrAcctTableName,
                                                                      String acctTableName)This method copies all organization records from the current Account table to the Prior Year Account table. | 
| int | copyCurrentICRAccountsToPriorYearTable(String priorYrAcctTableName,
                                                                            String acctTableName)This method copies all organization records from the current Account table to the Prior Year Account table. | 
| int | purgePriorYearAccounts(String priorYrAcctTableName)This method purges all records in the Prior Year table in the DB base on the input table name . | 
int purgePriorYearAccounts(String priorYrAcctTableName)
priorYrAcctTableName - prior year account table nameint copyCurrentAccountsToPriorYearTable(String priorYrAcctTableName, String acctTableName)
priorYrAcctTableName - prior year account table nameacctTableName - account table nameint copyCurrentICRAccountsToPriorYearTable(String priorYrAcctTableName, String acctTableName)
priorYrAcctTableName - prior year account table nameacctTableName - account table nameCopyright © 2004–2015 The Kuali Foundation. All rights reserved.