org.kuali.hr.time.timeblock.dao
Class TimeBlockHistoryDetailDaoSpringOjbImpl

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.time.timeblock.dao.TimeBlockHistoryDetailDaoSpringOjbImpl
All Implemented Interfaces:
TimeBlockHistoryDetailDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class TimeBlockHistoryDetailDaoSpringOjbImpl
extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
implements TimeBlockHistoryDetailDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
TimeBlockHistoryDetailDaoSpringOjbImpl()
           
 
Method Summary
 TimeBlockHistoryDetail getTimeBlockHistoryDetail(String timeBlockHistoryDetailId)
           
 List<TimeBlockHistoryDetail> getTimeBlockHistoryDetailsForTimeBlockHistory(String timeBlockHistoryId)
           
 void remove(Long timeBlockHistoryId)
           
 void saveOrUpdate(List<TimeBlockHistoryDetail> timeBlockHistoryDetails)
           
 void saveOrUpdate(TimeBlockHistoryDetail timeBlockHistoryDetail)
           
 
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

TimeBlockHistoryDetailDaoSpringOjbImpl

public TimeBlockHistoryDetailDaoSpringOjbImpl()
Method Detail

saveOrUpdate

public void saveOrUpdate(TimeBlockHistoryDetail timeBlockHistoryDetail)
Specified by:
saveOrUpdate in interface TimeBlockHistoryDetailDao

saveOrUpdate

public void saveOrUpdate(List<TimeBlockHistoryDetail> timeBlockHistoryDetails)
Specified by:
saveOrUpdate in interface TimeBlockHistoryDetailDao

getTimeBlockHistoryDetail

public TimeBlockHistoryDetail getTimeBlockHistoryDetail(String timeBlockHistoryDetailId)
Specified by:
getTimeBlockHistoryDetail in interface TimeBlockHistoryDetailDao

getTimeBlockHistoryDetailsForTimeBlockHistory

public List<TimeBlockHistoryDetail> getTimeBlockHistoryDetailsForTimeBlockHistory(String timeBlockHistoryId)
Specified by:
getTimeBlockHistoryDetailsForTimeBlockHistory in interface TimeBlockHistoryDetailDao

remove

public void remove(Long timeBlockHistoryId)
Specified by:
remove in interface TimeBlockHistoryDetailDao


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.