org.kuali.hr.time.task.dao
Interface TaskDao

All Known Implementing Classes:
TaskDaoSpringOjbImpl

public interface TaskDao


Method Summary
 Task getMaxTask()
           
 Task getTask(Long task, Date asOfDate)
           
 Task getTask(String tkTaskId)
           
 int getTaskCount(Long task)
           
 List<Task> getTasks(Long task, String description, Long workArea, Date fromEffdt, Date toEffdt)
           
 void saveOrUpdate(List<Task> tasks)
           
 void saveOrUpdate(Task task)
           
 

Method Detail

getTask

Task getTask(String tkTaskId)

getTask

Task getTask(Long task,
             Date asOfDate)

saveOrUpdate

void saveOrUpdate(Task task)

saveOrUpdate

void saveOrUpdate(List<Task> tasks)

getMaxTask

Task getMaxTask()

getTasks

List<Task> getTasks(Long task,
                    String description,
                    Long workArea,
                    Date fromEffdt,
                    Date toEffdt)

getTaskCount

int getTaskCount(Long task)


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