org.kuali.hr.lm.leaveblock.dao
Class LeaveBlockHistoryDaoSpringOjbImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
              extended by 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


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
LeaveBlockHistoryDaoSpringOjbImpl()
           
 
Method Summary
 List<LeaveBlockHistory> getLeaveBlockHistories(String principalId, List<String> requestStatus)
           
 List<LeaveBlockHistory> getLeaveBlockHistories(String principalId, String requestStatus, String action, Date currentDate)
           
 List<LeaveBlockHistory> getLeaveBlockHistoriesForLeaveDisplay(String principalId, Date beginDate, Date endDate, boolean considerModifiedUser)
           
 List<LeaveBlockHistory> getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
           
 void saveOrUpdate(LeaveBlockHistory leaveBlockHistory)
           
 void saveOrUpdate(List<LeaveBlockHistory> leaveBlockHistoryList)
           
 
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
 

Constructor Detail

LeaveBlockHistoryDaoSpringOjbImpl

public LeaveBlockHistoryDaoSpringOjbImpl()
Method Detail

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.