|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PooledFundValueService
Method Summary | |
---|---|
Date |
calculateValueEffectiveDate(Date valuationDate,
String pooledSecurityID)
|
String |
calculateValueEffectiveDateForAjax(String valuationDate,
String pooledSecurityID)
Computes the valueEffectiveDate for the AJAX call by getting the valuationDate as a String and returning the valueEffectiveDate as String |
PooledFundValue |
getByPrimaryKey(String id)
|
Date |
getLatestValueEffectiveDate(String pooledSecurityID)
|
List<PooledFundValue> |
getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate()
Gets PooledFundValue entries where the distribution income on date is equal to current date. |
List<PooledFundValue> |
getPooledFundValueWhereLTProcessOnDateIsCurrentDate()
Gets PooledFundValue entries where the long term process on date is equal to current date and value effective date is the most recent per security. |
List<PooledFundValue> |
getPooledFundValueWhereSTProcessOnDateIsCurrentDate()
Gets PooledFundValue entries where the short term process on date is equal to current date and value effective date is the most recent per security. |
boolean |
isValuationDateTheLatest(String pooledSecurityID,
Date theValuationDate)
|
void |
setIncomeDistributionCompleted(List<PooledFundValue> pooledFundValueList,
boolean completed)
set PooledFundValue entries where the distribution income on date is equal to current date. |
Method Detail |
---|
Date calculateValueEffectiveDate(Date valuationDate, String pooledSecurityID)
PooledFundValue getByPrimaryKey(String id)
String calculateValueEffectiveDateForAjax(String valuationDate, String pooledSecurityID)
valuationDate
- pooledSecurityID
-
boolean isValuationDateTheLatest(String pooledSecurityID, Date theValuationDate)
Date getLatestValueEffectiveDate(String pooledSecurityID)
List<PooledFundValue> getPooledFundValueWhereSTProcessOnDateIsCurrentDate()
List<PooledFundValue> getPooledFundValueWhereLTProcessOnDateIsCurrentDate()
List<PooledFundValue> getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate()
void setIncomeDistributionCompleted(List<PooledFundValue> pooledFundValueList, boolean completed)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |