| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kpme.core.task.service.TaskServiceImpl
public class TaskServiceImpl
| Constructor Summary | |
|---|---|
| TaskServiceImpl() | |
| Method Summary | |
|---|---|
|  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) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TaskServiceImpl()
| Method Detail | 
|---|
public Task getTask(String tkTaskId)
TaskService
getTask in interface TaskService
public Task getTask(Long task,
                    org.joda.time.LocalDate asOfDate)
TaskService
getTask in interface TaskServicepublic void saveTask(Task task)
TaskService
saveTask in interface TaskServicepublic void saveTasks(List<Task> tasks)
TaskService
saveTasks in interface TaskServicepublic void setTaskDao(TaskDao taskDao)
public Task getMaxTask()
getMaxTask in interface TaskService
public 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)
TaskService
getTaskCount in interface TaskService| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||