public class PriorYearOrganizationDaoJdbc extends org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc implements PriorYearOrganizationDao
Constructor and Description |
---|
PriorYearOrganizationDaoJdbc() |
Modifier and Type | Method and Description |
---|---|
int |
copyCurrentOrganizationsToPriorYearTable()
This method copies all organization records from the current Org table to the Prior Year Organization table.
|
int |
purgePriorYearOrganizations()
This method purges all records in the Prior Year Organization table in the DB.
|
getDbPlatform, setDbPlatform
getSimpleJdbcTemplate, initTemplateConfig
public PriorYearOrganizationDaoJdbc()
public int purgePriorYearOrganizations()
purgePriorYearOrganizations
in interface PriorYearOrganizationDao
PriorYearOrganizationDao.purgePriorYearOrganizations()
public int copyCurrentOrganizationsToPriorYearTable()
copyCurrentOrganizationsToPriorYearTable
in interface PriorYearOrganizationDao
PriorYearOrganizationDao.copyCurrentOrganizationsToPriorYearTable()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.