org.kuali.kfs.module.endow.dataaccess.impl
Class PooledFundValueDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by 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


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PooledFundValueDaoOjb()
           
 
Method Summary
 List<PooledFundValue> getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate()
          Gets PooledFundValue entries where the Distribution Income date is equal to current date and LT_PROC_COMPLT = No.
 List<PooledFundValue> getPooledFundValueWhereLTProcessOnDateIsCurrentDate()
          Gets PooledFundValue entries where the LT_PROC_ON_DT is equal to current date and LT_PROC_COMPLT = No.
 List<PooledFundValue> getPooledFundValueWhereSTProcessOnDateIsCurrentDate()
          Gets PooledFundValue entries where the ST_PROC_ON_DT is equal to current date and ST_PROC_COMPLT = No.
 void setIncomeDistributionCompleted(List<PooledFundValue> pooledFundValueList, boolean completed)
          Set distribution complete value
 void setKemService(KEMService kemService)
          Sets the kemService.
 
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
 

Constructor Detail

PooledFundValueDaoOjb

public PooledFundValueDaoOjb()
Method Detail

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.