public class TaskServiceImpl extends Object implements TaskService
| Constructor and Description | 
|---|
| TaskServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| Task | getMaxTask() | 
| Task | getTask(Long task,
              org.joda.time.LocalDate asOfDate)Fetch Task of a particular date | 
| Task | getTask(String tkTaskId)Fetch Task of a particular id | 
| int | getTaskCount(Long task)get the count of Tasks by given task | 
| List<Task> | getTasks(String task,
                String description,
                String workArea,
                org.joda.time.LocalDate fromEffdt,
                org.joda.time.LocalDate toEffdt) | 
| void | saveTask(Task task)Save a given Task | 
| void | saveTasks(List<Task> tasks)Save a List of Tasks | 
| void | setTaskDao(TaskDao taskDao) | 
public TaskServiceImpl()
public Task getTask(String tkTaskId)
TaskServicegetTask in interface TaskServicepublic Task getTask(Long task, org.joda.time.LocalDate asOfDate)
TaskServicegetTask in interface TaskServicepublic void saveTask(Task task)
TaskServicesaveTask in interface TaskServicepublic void saveTasks(List<Task> tasks)
TaskServicesaveTasks in interface TaskServicepublic void setTaskDao(TaskDao taskDao)
public Task getMaxTask()
getMaxTask in interface TaskServicepublic List<Task> getTasks(String task, String description, String workArea, org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt)
getTasks in interface TaskServicepublic int getTaskCount(Long task)
TaskServicegetTaskCount in interface TaskServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.