org.kuali.hr.lm.leaveblock.dao
Class LeaveBlockHistoryDaoSpringOjbImpl
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.leaveblock.dao.LeaveBlockHistoryDaoSpringOjbImpl
- All Implemented Interfaces:
- LeaveBlockHistoryDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class LeaveBlockHistoryDaoSpringOjbImpl
- extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
- implements LeaveBlockHistoryDao
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 |
LeaveBlockHistoryDaoSpringOjbImpl
public LeaveBlockHistoryDaoSpringOjbImpl()
saveOrUpdate
public void saveOrUpdate(LeaveBlockHistory leaveBlockHistory)
- Specified by:
saveOrUpdate
in interface LeaveBlockHistoryDao
saveOrUpdate
public void saveOrUpdate(List<LeaveBlockHistory> leaveBlockHistoryList)
- Specified by:
saveOrUpdate
in interface LeaveBlockHistoryDao
getLeaveBlockHistoryByLmLeaveBlockId
public List<LeaveBlockHistory> getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
- Specified by:
getLeaveBlockHistoryByLmLeaveBlockId
in interface LeaveBlockHistoryDao
getLeaveBlockHistories
public List<LeaveBlockHistory> getLeaveBlockHistories(String principalId,
List<String> requestStatus)
- Specified by:
getLeaveBlockHistories
in interface LeaveBlockHistoryDao
getLeaveBlockHistories
public List<LeaveBlockHistory> getLeaveBlockHistories(String principalId,
String requestStatus,
String action,
Date currentDate)
- Specified by:
getLeaveBlockHistories
in interface LeaveBlockHistoryDao
getLeaveBlockHistoriesForLeaveDisplay
public List<LeaveBlockHistory> getLeaveBlockHistoriesForLeaveDisplay(String principalId,
Date beginDate,
Date endDate,
boolean considerModifiedUser)
- Specified by:
getLeaveBlockHistoriesForLeaveDisplay
in interface LeaveBlockHistoryDao
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.