org.kuali.kfs.module.endow.dataaccess.impl
Class PooledFundValueDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.module.endow.dataaccess.impl.PooledFundValueDaoOjb
- All Implemented Interfaces:
- PooledFundValueDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class PooledFundValueDaoOjb
- extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
- implements PooledFundValueDao
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb |
getDbPlatform, setDbPlatform |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
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 |
PooledFundValueDaoOjb
public PooledFundValueDaoOjb()
getPooledFundValueWhereSTProcessOnDateIsCurrentDate
public List<PooledFundValue> getPooledFundValueWhereSTProcessOnDateIsCurrentDate()
- Description copied from interface:
PooledFundValueDao
- Gets PooledFundValue entries where the ST_PROC_ON_DT is equal to current date and ST_PROC_COMPLT = No. Order the result list
by security ID and value effective date.
- Specified by:
getPooledFundValueWhereSTProcessOnDateIsCurrentDate
in interface PooledFundValueDao
- Returns:
- a list of PooledFundValue entries that meet the criteria
- See Also:
PooledFundValueDao.getPooledFundValueWhereSTProcessOnDateIsCurrentDate()
getPooledFundValueWhereLTProcessOnDateIsCurrentDate
public List<PooledFundValue> getPooledFundValueWhereLTProcessOnDateIsCurrentDate()
- Description copied from interface:
PooledFundValueDao
- Gets PooledFundValue entries where the LT_PROC_ON_DT is equal to current date and LT_PROC_COMPLT = No. Order the result list
by security ID and value effective date.
- Specified by:
getPooledFundValueWhereLTProcessOnDateIsCurrentDate
in interface PooledFundValueDao
- Returns:
- a list of PooledFundValue entries that meet the criteria
- See Also:
PooledFundValueDao.getPooledFundValueWhereLTProcessOnDateIsCurrentDate()
getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate
public List<PooledFundValue> getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate()
- Description copied from interface:
PooledFundValueDao
- Gets PooledFundValue entries where the Distribution Income date is equal to current date and LT_PROC_COMPLT = No.
- Specified by:
getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate
in interface PooledFundValueDao
- Returns:
- a list of PooledFundValue entries that meet the criteria
- See Also:
PooledFundValueDao.getPooledFundValueWhereLTProcessOnDateIsCurrentDate()
setIncomeDistributionCompleted
public void setIncomeDistributionCompleted(List<PooledFundValue> pooledFundValueList,
boolean completed)
- Description copied from interface:
PooledFundValueDao
- Set distribution complete value
- Specified by:
setIncomeDistributionCompleted
in interface PooledFundValueDao
- See Also:
PooledFundValueDao.setIncomeDistributionCompleted(java.util.List, boolean)
setKemService
public void setKemService(KEMService kemService)
- Sets the kemService.
- Parameters:
kemService
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.