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

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.LedgerEntryBalanceCachingDaoJdbc
All Implemented Interfaces:
LedgerEntryBalanceCachingDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
LaborLedgerEntryBalanceCachingDaoJdbc

public class LedgerEntryBalanceCachingDaoJdbc
extends org.kuali.rice.kns.dao.jdbc.PlatformAwareDaoBaseJdbc
implements LedgerEntryBalanceCachingDao

This class...


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
LedgerEntryBalanceCachingDaoJdbc()
           
 
Method Summary
 List accountBalanceCompareHistory(Class accountBalanceClass, Class historyClass, int pastYears)
           
 List compareBalanceHistory(Class balanceClass, Class historyClass, int pastYears)
           
 List compareEntryHistory(Class entryClass, Class historyClass, int pastYears)
           
 List encumbranceCompareHistory(Class encumbranceClass, Class historyClass, int pastYears)
           
 org.kuali.rice.kns.service.PersistenceStructureService getPersistenceStructureService()
          Gets the persistenceStructureService attribute.
 UniversityDateService getUniversityDateService()
          Gets the universityDateService attribute.
 void setPersistenceStructureService(org.kuali.rice.kns.service.PersistenceStructureService persistenceStructureService)
          Sets the persistenceStructureService attribute value.
 void setUniversityDateService(UniversityDateService universityDateService)
          Sets the universityDateService attribute value.
 
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

LedgerEntryBalanceCachingDaoJdbc

public LedgerEntryBalanceCachingDaoJdbc()
Method Detail

compareEntryHistory

public List compareEntryHistory(Class entryClass,
                                Class historyClass,
                                int pastYears)
Specified by:
compareEntryHistory in interface LedgerEntryBalanceCachingDao

compareBalanceHistory

public List compareBalanceHistory(Class balanceClass,
                                  Class historyClass,
                                  int pastYears)
Specified by:
compareBalanceHistory in interface LedgerEntryBalanceCachingDao

accountBalanceCompareHistory

public List accountBalanceCompareHistory(Class accountBalanceClass,
                                         Class historyClass,
                                         int pastYears)
Specified by:
accountBalanceCompareHistory in interface LedgerEntryBalanceCachingDao

encumbranceCompareHistory

public List encumbranceCompareHistory(Class encumbranceClass,
                                      Class historyClass,
                                      int pastYears)
Specified by:
encumbranceCompareHistory in interface LedgerEntryBalanceCachingDao

setPersistenceStructureService

public void setPersistenceStructureService(org.kuali.rice.kns.service.PersistenceStructureService persistenceStructureService)
Sets the persistenceStructureService attribute value.

Parameters:
persistenceStructureService - The persistenceStructureService to set.

setUniversityDateService

public void setUniversityDateService(UniversityDateService universityDateService)
Sets the universityDateService attribute value.

Parameters:
universityDateService - The universityDateService to set.

getPersistenceStructureService

public org.kuali.rice.kns.service.PersistenceStructureService getPersistenceStructureService()
Gets the persistenceStructureService attribute.

Returns:
Returns the persistenceStructureService.

getUniversityDateService

public UniversityDateService getUniversityDateService()
Gets the universityDateService attribute.

Returns:
Returns the universityDateService.


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