org.kuali.kfs.gl.batch.dataaccess.impl
Class LedgerEntryBalanceCachingDaoJdbc
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
org.kuali.rice.kns.dao.jdbc.PlatformAwareDaoBaseJdbc
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...
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
LedgerEntryBalanceCachingDaoJdbc
public LedgerEntryBalanceCachingDaoJdbc()
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.