org.kuali.kfs.module.endow.dataaccess
Interface PooledFundValueDao

All Known Implementing Classes:
PooledFundValueDaoOjb

public interface PooledFundValueDao


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
 

Method Detail

getPooledFundValueWhereSTProcessOnDateIsCurrentDate

List<PooledFundValue> getPooledFundValueWhereSTProcessOnDateIsCurrentDate()
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.

Returns:
a list of PooledFundValue entries that meet the criteria

getPooledFundValueWhereLTProcessOnDateIsCurrentDate

List<PooledFundValue> getPooledFundValueWhereLTProcessOnDateIsCurrentDate()
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.

Returns:
a list of PooledFundValue entries that meet the criteria

getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate

List<PooledFundValue> getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate()
Gets PooledFundValue entries where the Distribution Income date is equal to current date and LT_PROC_COMPLT = No.

Returns:
a list of PooledFundValue entries that meet the criteria

setIncomeDistributionCompleted

void setIncomeDistributionCompleted(List<PooledFundValue> pooledFundValueList,
                                    boolean completed)
Set distribution complete value

Parameters:
pooledfundValueList -
completed -


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