org.kuali.hr.time.task.dao
Class TaskDaoSpringOjbImpl

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.task.dao.TaskDaoSpringOjbImpl
All Implemented Interfaces:
TaskDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class TaskDaoSpringOjbImpl
extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
implements TaskDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
TaskDaoSpringOjbImpl()
           
 
Method Summary
 Task getMaxTask()
           
 Task getTask(Long task, Date asOfDate)
           
 int getTaskCount(Long task)
           
 List<Task> getTasks(Long task, String description, Long workArea, String workAreaDesc, Date fromEffdt, Date toEffdt)
           
 void saveOrUpdate(List<Task> tasks)
           
 void saveOrUpdate(Task task)
           
 
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

TaskDaoSpringOjbImpl

public TaskDaoSpringOjbImpl()
Method Detail

getMaxTask

public Task getMaxTask()
Specified by:
getMaxTask in interface TaskDao

getTask

public Task getTask(Long task,
                    Date asOfDate)
Specified by:
getTask in interface TaskDao

saveOrUpdate

public void saveOrUpdate(Task task)
Specified by:
saveOrUpdate in interface TaskDao

saveOrUpdate

public void saveOrUpdate(List<Task> tasks)
Specified by:
saveOrUpdate in interface TaskDao

getTasks

public List<Task> getTasks(Long task,
                           String description,
                           Long workArea,
                           String workAreaDesc,
                           Date fromEffdt,
                           Date toEffdt)
Specified by:
getTasks in interface TaskDao

getTaskCount

public int getTaskCount(Long task)
Specified by:
getTaskCount in interface TaskDao


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