|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.endow.document.service.impl.PooledFundValueServiceImpl
@Transactional public class PooledFundValueServiceImpl
Constructor Summary | |
---|---|
PooledFundValueServiceImpl()
|
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 |
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
This method gets the businessObjectService. |
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 |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
This method sets the businessObjectService |
void |
setIncomeDistributionCompleted(List<PooledFundValue> pooledFundValueList,
boolean completed)
set PooledFundValue entries where the distribution income on date is equal to current date. |
void |
setPooledFundValueDao(PooledFundValueDao pooledFundValueDao)
Sets the pooledFundValueDao. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PooledFundValueServiceImpl()
Method Detail |
---|
public PooledFundValue getByPrimaryKey(String id)
getByPrimaryKey
in interface PooledFundValueService
PooledFundControlService.getByPrimaryKey(java.lang.String)
public String calculateValueEffectiveDateForAjax(String valuationDate, String pooledSecurityID)
PooledFundValueService
calculateValueEffectiveDateForAjax
in interface PooledFundValueService
PooledFundValueService.calculateValueEffectiveDateForAjax(java.lang.String,
java.lang.String)
public Date calculateValueEffectiveDate(Date valuationDate, String pooledSecurityID)
calculateValueEffectiveDate
in interface PooledFundValueService
public void setIncomeDistributionCompleted(List<PooledFundValue> pooledFundValueList, boolean completed)
PooledFundValueService
setIncomeDistributionCompleted
in interface PooledFundValueService
public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- public boolean isValuationDateTheLatest(String pooledSecurityID, Date theValuationDate)
isValuationDateTheLatest
in interface PooledFundValueService
public Date getLatestValueEffectiveDate(String pooledSecurityID)
getLatestValueEffectiveDate
in interface PooledFundValueService
public List<PooledFundValue> getPooledFundValueWhereSTProcessOnDateIsCurrentDate()
PooledFundValueService
getPooledFundValueWhereSTProcessOnDateIsCurrentDate
in interface PooledFundValueService
PooledFundValueService.getPooledFundValueWhereSTProcessOnDateIsCurrentDate()
public List<PooledFundValue> getPooledFundValueWhereLTProcessOnDateIsCurrentDate()
PooledFundValueService
getPooledFundValueWhereLTProcessOnDateIsCurrentDate
in interface PooledFundValueService
PooledFundValueService.getPooledFundValueWhereLTProcessOnDateIsCurrentDate()
public List<PooledFundValue> getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate()
PooledFundValueService
getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate
in interface PooledFundValueService
PooledFundValueService.getPooledFundValueWhereDistributionIncomeOnDateIsCurrentDate()
public void setPooledFundValueDao(PooledFundValueDao pooledFundValueDao)
pooledFundValueDao
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |