|
||||||||||
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.CurrentTaxLotBalanceDaoOjb
public class CurrentTaxLotBalanceDaoOjb
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
LOG
|
protected SecurityDao |
securityDao
|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
CurrentTaxLotBalanceDaoOjb()
|
Method Summary | |
---|---|
Collection<CurrentTaxLotBalance> |
getAllCurrentTaxLotBalanceEntriesForSecurity(String securityId)
Gets all records for the Security in END_CURR_TAX_LOT_BAL_T. |
protected Collection<CurrentTaxLotBalance> |
getCurrentTaxLotBalances(FeeMethod feeMethod)
Prepares the criteria and selects the records from END_CRNT_TAX_LOT_BAL_T table |
BigDecimal |
getCurrentTaxLotBalanceTotalHoldingMarketValue(FeeMethod feeMethod)
Calculates the total Holding market value based on FEE_BAL_TYP_CD = CMV |
BigDecimal |
getCurrentTaxLotBalanceTotalHoldingUnits(FeeMethod feeMethod)
Calculates the total Holding market value based on FEE_BAL_TYP_CD = CU |
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 |
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 SecurityDao securityDao
Constructor Detail |
---|
public CurrentTaxLotBalanceDaoOjb()
Method Detail |
---|
public Collection<CurrentTaxLotBalance> getAllCurrentTaxLotBalanceEntriesForSecurity(String securityId)
CurrentTaxLotBalanceDao
getAllCurrentTaxLotBalanceEntriesForSecurity
in interface CurrentTaxLotBalanceDao
securityId
- the id of the security for which we retrieve the entries
CurrentTaxLotBalanceDao.getAllCurrentTaxLotBalanceEntriesForSecurity(java.lang.String)
protected Collection<CurrentTaxLotBalance> getCurrentTaxLotBalances(FeeMethod feeMethod)
protected Collection getSecurityClassCodes(String feeMethodCode)
protected Collection getSecurityIds(String feeMethodCode)
public BigDecimal getCurrentTaxLotBalanceTotalHoldingUnits(FeeMethod feeMethod)
CurrentTaxLotBalanceDao
getCurrentTaxLotBalanceTotalHoldingUnits
in interface CurrentTaxLotBalanceDao
feeMethod
- feeMethod object
org.kuali.kfs.module.endow.dataaccess.CurrentTaxLotBalanceDao#getCurrentTaxLogBalanceTotalHoldingMarkeValue(FeeMethod)
public BigDecimal getCurrentTaxLotBalanceTotalHoldingMarketValue(FeeMethod feeMethod)
CurrentTaxLotBalanceDao
getCurrentTaxLotBalanceTotalHoldingMarketValue
in interface CurrentTaxLotBalanceDao
feeMethod
- feeMethod object
CurrentTaxLotBalanceDao.getCurrentTaxLotBalanceTotalHoldingMarketValue(FeeMethod)
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 |