|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.module.endow.dataaccess.impl.HoldingHistoryDaoOjb
public class HoldingHistoryDaoOjb
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
LOG
|
protected MonthEndDateService |
monthEndDateService
|
protected SecurityDao |
securityDao
|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
HoldingHistoryDaoOjb()
|
Method Summary | |
---|---|
List<HoldingHistory> |
getHoldingHistory(String kemid,
org.kuali.rice.kns.util.KualiInteger medId)
Gets HoldingHistory |
List<HoldingHistory> |
getHoldingHistoryByKemid(String kemid)
Gets HoldingHistory records |
List<HoldingHistory> |
getHoldingHistoryByKemidIdAndMonthEndIdAndIpInd(String kemid,
org.kuali.rice.kns.util.KualiInteger monthEndId,
String ipInd)
Gets a list of HoldingHistory by kemid, medId, ipInd and with units > 0 |
protected Collection<HoldingHistory> |
getHoldingHistoryForBlance(FeeMethod feeMethod)
Prepares the criteria and selects the records from END_HLDG_HIST_T table |
BigDecimal |
getHoldingHistoryTotalHoldingMarketValue(FeeMethod feeMethod)
Calculates the total Holding market value based on FEE_BAL_TYP_CD = AMV OR MMV |
BigDecimal |
getHoldingHistoryTotalHoldingUnits(FeeMethod feeMethod)
Calculates the total Holding Units based on FEE_BAL_TYP_CD = AU OR MU |
protected MonthEndDateService |
getMonthEndDateService()
Gets the monthEndDateService attribute. |
protected Collection |
getSecurityClassCodes(String feeMethodCode)
Gets the security codes for a given securityClassCode in END_FEE_CLS_CD_T table |
protected SecurityDao |
getSecurityDao()
Gets the securityDao attribute. |
protected Collection |
getSecurityIds(String feeMethodCode)
Gets the security ids for a given securityClassCode in END_FEE_SEC_T table |
BigDecimal |
getSumOfHoldginHistoryAttribute(String attributeName,
String kemid,
org.kuali.rice.kns.util.KualiInteger medId,
String securityId,
String ipInd)
Gets the sum of the specified attribute values |
void |
setMonthEndDateService(MonthEndDateService monthEndDateService)
Sets the monthEndDateService attribute value. |
void |
setSecurityDao(SecurityDao securityDao)
Sets the securityDao attribute value. |
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 |
Field Detail |
---|
protected static org.apache.log4j.Logger LOG
protected MonthEndDateService monthEndDateService
protected SecurityDao securityDao
Constructor Detail |
---|
public HoldingHistoryDaoOjb()
Method Detail |
---|
protected Collection<HoldingHistory> getHoldingHistoryForBlance(FeeMethod feeMethod)
protected Collection getSecurityClassCodes(String feeMethodCode)
protected Collection getSecurityIds(String feeMethodCode)
public BigDecimal getHoldingHistoryTotalHoldingUnits(FeeMethod feeMethod)
HoldingHistoryDao
getHoldingHistoryTotalHoldingUnits
in interface HoldingHistoryDao
feeMethod
- feeMethod object
HoldingHistoryDao.getHoldingHistoryTotalHoldingUnits(FeeMethod)
public BigDecimal getHoldingHistoryTotalHoldingMarketValue(FeeMethod feeMethod)
HoldingHistoryDao
getHoldingHistoryTotalHoldingMarketValue
in interface HoldingHistoryDao
feeMethod
- feeMethod object
HoldingHistoryDao.getHoldingHistoryTotalHoldingMarketValue(FeeMethod)
public List<HoldingHistory> getHoldingHistory(String kemid, org.kuali.rice.kns.util.KualiInteger medId)
HoldingHistoryDao
getHoldingHistory
in interface HoldingHistoryDao
org.kuali.kfs.module.endow.dataaccess.HoldingHistoryDao#getHoldingHistory(java.lang.String, java.lang.String)
public List<HoldingHistory> getHoldingHistoryByKemid(String kemid)
HoldingHistoryDao
getHoldingHistoryByKemid
in interface HoldingHistoryDao
HoldingHistoryDao.getHoldingHistoryByKemid(java.lang.String)
public List<HoldingHistory> getHoldingHistoryByKemidIdAndMonthEndIdAndIpInd(String kemid, org.kuali.rice.kns.util.KualiInteger monthEndId, String ipInd)
HoldingHistoryDao
getHoldingHistoryByKemidIdAndMonthEndIdAndIpInd
in interface HoldingHistoryDao
public BigDecimal getSumOfHoldginHistoryAttribute(String attributeName, String kemid, org.kuali.rice.kns.util.KualiInteger medId, String securityId, String ipInd)
getSumOfHoldginHistoryAttribute
in interface HoldingHistoryDao
kemid
- medId
- securityId
- ipInd
- attributeName
-
protected MonthEndDateService getMonthEndDateService()
public void setMonthEndDateService(MonthEndDateService monthEndDateService)
monthEndDateService
- The monthEndDateService to set.protected SecurityDao getSecurityDao()
public void setSecurityDao(SecurityDao securityDao)
securityDao
- The securityDao to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |