org.kuali.kfs.gl.dataaccess.impl
Class SufficientFundRebuildDaoJdbc

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.dataaccess.impl.SufficientFundRebuildDaoJdbc
All Implemented Interfaces:
SufficientFundRebuildDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class SufficientFundRebuildDaoJdbc
extends org.kuali.rice.kns.dao.jdbc.PlatformAwareDaoBaseJdbc
implements SufficientFundRebuildDao

This class...


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
SufficientFundRebuildDaoJdbc()
           
 
Method Summary
 void populateSufficientFundRebuild()
           
 void purgeSufficientFundRebuild()
           
 
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

SufficientFundRebuildDaoJdbc

public SufficientFundRebuildDaoJdbc()
Method Detail

populateSufficientFundRebuild

public void populateSufficientFundRebuild()
Specified by:
populateSufficientFundRebuild in interface SufficientFundRebuildDao
See Also:
SufficientFundRebuildDao.populateSufficientFundRebuild()

purgeSufficientFundRebuild

public void purgeSufficientFundRebuild()
Specified by:
purgeSufficientFundRebuild in interface SufficientFundRebuildDao
See Also:
SufficientFundRebuildDao.purgeSufficientFundRebuild()


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