org.kuali.hr.lm.balancetransfer.dao
Class BalanceTransferDaoSpringOjbImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
org.kuali.hr.lm.balancetransfer.dao.BalanceTransferDaoSpringOjbImpl
- All Implemented Interfaces:
- BalanceTransferDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class BalanceTransferDaoSpringOjbImpl
- extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
- implements BalanceTransferDao
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Methods inherited from class org.kuali.rice.core.framework.persistence.ojb.dao.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 |
BalanceTransferDaoSpringOjbImpl
public BalanceTransferDaoSpringOjbImpl()
getAllBalanceTransfersForPrincipalId
public List<BalanceTransfer> getAllBalanceTransfersForPrincipalId(String principalId)
- Specified by:
getAllBalanceTransfersForPrincipalId
in interface BalanceTransferDao
getAllBalanceTransferForPrincipalIdAsOfDate
public List<BalanceTransfer> getAllBalanceTransferForPrincipalIdAsOfDate(String principalId,
Date effectiveDate)
- Specified by:
getAllBalanceTransferForPrincipalIdAsOfDate
in interface BalanceTransferDao
getAllBalanceTransferByEffectiveDate
public List<BalanceTransfer> getAllBalanceTransferByEffectiveDate(Date effectiveDate)
- Specified by:
getAllBalanceTransferByEffectiveDate
in interface BalanceTransferDao
getBalanceTransferById
public BalanceTransfer getBalanceTransferById(String balanceTransferId)
- Specified by:
getBalanceTransferById
in interface BalanceTransferDao
getAllBalanceTransfersMarkedPayoutForPrincipalId
public List<BalanceTransfer> getAllBalanceTransfersMarkedPayoutForPrincipalId(String principalId)
- Specified by:
getAllBalanceTransfersMarkedPayoutForPrincipalId
in interface BalanceTransferDao
getAllBalanceTransfersForAccrualCategoryRuleByDate
public List<BalanceTransfer> getAllBalanceTransfersForAccrualCategoryRuleByDate(String accrualRuleId,
Date asOfDate)
- Specified by:
getAllBalanceTransfersForAccrualCategoryRuleByDate
in interface BalanceTransferDao
getBalanceTransfers
public List<BalanceTransfer> getBalanceTransfers(String viewPrincipal,
Date beginPeriodDate,
Date endPeriodDate)
- Specified by:
getBalanceTransfers
in interface BalanceTransferDao
saveOrUpdate
public void saveOrUpdate(BalanceTransfer balanceTransfer)
- Specified by:
saveOrUpdate
in interface BalanceTransferDao
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.