org.kuali.kfs.gl.batch.dataaccess.impl
Class OrganizationReversionUnitOfWorkDaoJdbc

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
              extended by org.kuali.rice.kns.dao.jdbc.PlatformAwareDaoBaseJdbc
                  extended by org.kuali.kfs.gl.batch.dataaccess.impl.OrganizationReversionUnitOfWorkDaoJdbc
All Implemented Interfaces:
OrganizationReversionUnitOfWorkDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class OrganizationReversionUnitOfWorkDaoJdbc
extends org.kuali.rice.kns.dao.jdbc.PlatformAwareDaoBaseJdbc
implements OrganizationReversionUnitOfWorkDao

A JDBC implementation of the OrganizationReversionUnitOfWorkDao...we had to use this because PersistenceService truncated tables, which is something you can't do on tables with primary keys.


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
OrganizationReversionUnitOfWorkDaoJdbc()
           
 
Method Summary
 void destroyAllUnitOfWorkSummaries()
          Deletes all existing records in gl_org_rvrsn_ctgry_amt_t and gl_org_rvrsn_unit_wrk_t
 
Methods inherited from class org.kuali.rice.kns.dao.jdbc.PlatformAwareDaoBaseJdbc
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
getSimpleJdbcTemplate, initTemplateConfig
 
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, releaseConnection, setDataSource, setJdbcTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationReversionUnitOfWorkDaoJdbc

public OrganizationReversionUnitOfWorkDaoJdbc()
Method Detail

destroyAllUnitOfWorkSummaries

public void destroyAllUnitOfWorkSummaries()
Deletes all existing records in gl_org_rvrsn_ctgry_amt_t and gl_org_rvrsn_unit_wrk_t

Specified by:
destroyAllUnitOfWorkSummaries in interface OrganizationReversionUnitOfWorkDao
See Also:
OrganizationReversionUnitOfWorkDao.destroyAllUnitOfWorkSummaries()


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