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

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.IncomeDistributionForPooledFundDaoOjb
All Implemented Interfaces:
IncomeDistributionForPooledFundDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class IncomeDistributionForPooledFundDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements IncomeDistributionForPooledFundDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
IncomeDistributionForPooledFundDaoOjb()
           
 
Method Summary
 String getIncomeEntraCode(String securityId)
          Get the income transaction code for the given security id
 List<KemidPayoutInstruction> getKemidPayoutInstructionForECT(String kemid, Date currentDate)
          Get the pay income records for building ECT
 List<PooledFundValue> getPooledFundValueForIncomeDistribution(Date currentDate)
          Get pooledFundValue query for each security id with DSTRB_PROC_ON_DT = current date, DSTRB_PROC_CMPLT = 'N', and the most recent value effective date
 
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

IncomeDistributionForPooledFundDaoOjb

public IncomeDistributionForPooledFundDaoOjb()
Method Detail

getIncomeEntraCode

public String getIncomeEntraCode(String securityId)
Description copied from interface: IncomeDistributionForPooledFundDao
Get the income transaction code for the given security id

Specified by:
getIncomeEntraCode in interface IncomeDistributionForPooledFundDao
Returns:
String
See Also:
IncomeDistributionForPooledFundDao.getIncomeEntraCode(java.lang.String)

getPooledFundValueForIncomeDistribution

public List<PooledFundValue> getPooledFundValueForIncomeDistribution(Date currentDate)
Description copied from interface: IncomeDistributionForPooledFundDao
Get pooledFundValue query for each security id with DSTRB_PROC_ON_DT = current date, DSTRB_PROC_CMPLT = 'N', and the most recent value effective date

Specified by:
getPooledFundValueForIncomeDistribution in interface IncomeDistributionForPooledFundDao
Returns:
List
See Also:
org.kuali.kfs.module.endow.dataaccess.IncomeDistributionForPooledFundDao#getSecurityForIncomeDistribution()

getKemidPayoutInstructionForECT

public List<KemidPayoutInstruction> getKemidPayoutInstructionForECT(String kemid,
                                                                    Date currentDate)
Description copied from interface: IncomeDistributionForPooledFundDao
Get the pay income records for building ECT

Specified by:
getKemidPayoutInstructionForECT in interface IncomeDistributionForPooledFundDao
Returns:
List
See Also:
org.kuali.kfs.module.endow.dataaccess.IncomeDistributionForPooledFundDao#getKemidPayoutInstructionForECT(java.lang.String)


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