org.kuali.hr.lm.leavepayout.dao
Class LeavePayoutDaoSpringOjbImpl
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.leavepayout.dao.LeavePayoutDaoSpringOjbImpl
- All Implemented Interfaces:
- LeavePayoutDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class LeavePayoutDaoSpringOjbImpl
- extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
- implements LeavePayoutDao
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 |
LeavePayoutDaoSpringOjbImpl
public LeavePayoutDaoSpringOjbImpl()
getAllLeavePayoutsForPrincipalId
public List<LeavePayout> getAllLeavePayoutsForPrincipalId(String principalId)
- Specified by:
getAllLeavePayoutsForPrincipalId
in interface LeavePayoutDao
getAllLeavePayoutsForPrincipalIdAsOfDate
public List<LeavePayout> getAllLeavePayoutsForPrincipalIdAsOfDate(String principalId,
Date effectiveDate)
- Specified by:
getAllLeavePayoutsForPrincipalIdAsOfDate
in interface LeavePayoutDao
getAllLeavePayoutsByEffectiveDate
public List<LeavePayout> getAllLeavePayoutsByEffectiveDate(Date effectiveDate)
- Specified by:
getAllLeavePayoutsByEffectiveDate
in interface LeavePayoutDao
getLeavePayoutById
public LeavePayout getLeavePayoutById(String lmLeavePayoutId)
- Specified by:
getLeavePayoutById
in interface LeavePayoutDao
getAllLeavePayoutsMarkedPayoutForPrincipalId
public List<LeavePayout> getAllLeavePayoutsMarkedPayoutForPrincipalId(String principalId)
- Specified by:
getAllLeavePayoutsMarkedPayoutForPrincipalId
in interface LeavePayoutDao
getLeavePayouts
public List<LeavePayout> getLeavePayouts(String viewPrincipal,
Date beginPeriodDate,
Date endPeriodDate)
- Specified by:
getLeavePayouts
in interface LeavePayoutDao
saveOrUpdate
public void saveOrUpdate(LeavePayout payout)
- Specified by:
saveOrUpdate
in interface LeavePayoutDao
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.