org.kuali.kpme.core.task.dao
Interface TaskDao

All Known Implementing Classes:
TaskDaoOjbImpl

public interface TaskDao


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

Method Detail

getTask

Task getTask(String tkTaskId)

getTask

Task getTask(Long task,
             org.joda.time.LocalDate 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,
                    org.joda.time.LocalDate fromEffdt,
                    org.joda.time.LocalDate toEffdt)

getTaskCount

int getTaskCount(Long task)


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