public class PriorYearAccountDaoJdbcImpl extends org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc implements PriorYearAccountDao
Constructor and Description |
---|
PriorYearAccountDaoJdbcImpl() |
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 .
|
getDbPlatform, setDbPlatform
getSimpleJdbcTemplate, initTemplateConfig
public PriorYearAccountDaoJdbcImpl()
public int purgePriorYearAccounts(String priorYrAcctTableName)
PriorYearAccountDao
purgePriorYearAccounts
in interface PriorYearAccountDao
priorYrAcctTableName
- prior year account table nameorg.kuali.ole.coa.dataaccess.PriorYearAccountDaoJdbc#purgePriorYearAccounts(java.lang.String)
public int copyCurrentAccountsToPriorYearTable(String priorYrAcctTableName, String acctTableName)
PriorYearAccountDao
copyCurrentAccountsToPriorYearTable
in interface PriorYearAccountDao
priorYrAcctTableName
- prior year account table nameacctTableName
- account table nameorg.kuali.ole.coa.dataaccess.PriorYearAccountDaoJdbc#copyCurrentAccountsToPriorYearTable(java.lang.String,
java.lang.String)
public int copyCurrentICRAccountsToPriorYearTable(String priorYrAcctTableName, String acctTableName)
PriorYearAccountDao
copyCurrentICRAccountsToPriorYearTable
in interface PriorYearAccountDao
priorYrAcctTableName
- prior year account table nameacctTableName
- account table nameorg.kuali.ole.coa.dataaccess.PriorYearAccountDaoJdbc#copyCurrentICRAccountsToPriorYearTable(java.lang.String, java.lang.String)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.