public class TaskDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements TaskDao
Constructor and Description |
---|
TaskDaoOjbImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
getDbPlatform, setDbPlatform
public TaskDaoOjbImpl()
public Task getMaxTask()
getMaxTask
in interface TaskDao
public void saveOrUpdate(Task task)
saveOrUpdate
in interface TaskDao
public void saveOrUpdate(List<Task> tasks)
saveOrUpdate
in interface TaskDao
public List<Task> getTasks(Long task, String description, Long workArea, org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt)
public int getTaskCount(Long task)
getTaskCount
in interface TaskDao
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.