org.kuali.kfs.sys.batch.dataaccess.impl
Class LedgerReferenceValuePreparedStatementCachingDaoJdbc

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.sys.batch.dataaccess.impl.AbstractPreparedStatementCachingDaoJdbc
                      extended by org.kuali.kfs.sys.batch.dataaccess.impl.LedgerReferenceValuePreparedStatementCachingDaoJdbc
All Implemented Interfaces:
LedgerReferenceValuePreparedStatementCachingDao, PreparedStatementCachingDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class LedgerReferenceValuePreparedStatementCachingDaoJdbc
extends AbstractPreparedStatementCachingDaoJdbc
implements LedgerReferenceValuePreparedStatementCachingDao


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.kfs.sys.batch.dataaccess.impl.AbstractPreparedStatementCachingDaoJdbc
AbstractPreparedStatementCachingDaoJdbc.InsertingJdbcWrapper<T>, AbstractPreparedStatementCachingDaoJdbc.JdbcWrapper<T>, AbstractPreparedStatementCachingDaoJdbc.RetrievingJdbcWrapper<T>, AbstractPreparedStatementCachingDaoJdbc.UpdatingJdbcWrapper<T>
 
Field Summary
 
Fields inherited from class org.kuali.kfs.sys.batch.dataaccess.impl.AbstractPreparedStatementCachingDaoJdbc
dateTimeService, INSERT_PREFIX, preparedStatementCache, RETRIEVE_PREFIX, UPDATE_PREFIX
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
LedgerReferenceValuePreparedStatementCachingDaoJdbc()
           
 
Method Summary
 OriginationCode getOriginationCode(String financialSystemOriginationCode)
           
protected  Map<String,String> getSql()
           
 SystemOptions getSystemOptions(Integer fiscalYear)
           
 UniversityDate getUniversityDate(Date date)
           
 
Methods inherited from class org.kuali.kfs.sys.batch.dataaccess.impl.AbstractPreparedStatementCachingDaoJdbc
destroy, initialize, setDateTimeService
 
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
 
Methods inherited from interface org.kuali.kfs.sys.batch.dataaccess.PreparedStatementCachingDao
destroy, initialize
 

Constructor Detail

LedgerReferenceValuePreparedStatementCachingDaoJdbc

public LedgerReferenceValuePreparedStatementCachingDaoJdbc()
Method Detail

getSql

protected Map<String,String> getSql()
Specified by:
getSql in class AbstractPreparedStatementCachingDaoJdbc

getOriginationCode

public OriginationCode getOriginationCode(String financialSystemOriginationCode)
Specified by:
getOriginationCode in interface LedgerReferenceValuePreparedStatementCachingDao

getSystemOptions

public SystemOptions getSystemOptions(Integer fiscalYear)
Specified by:
getSystemOptions in interface LedgerReferenceValuePreparedStatementCachingDao

getUniversityDate

public UniversityDate getUniversityDate(Date date)
Specified by:
getUniversityDate in interface LedgerReferenceValuePreparedStatementCachingDao


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