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, setDbPlatformpublic TaskDaoOjbImpl()
public Task getMaxTask()
getMaxTask in interface TaskDaopublic void saveOrUpdate(Task task)
saveOrUpdate in interface TaskDaopublic void saveOrUpdate(List<Task> tasks)
saveOrUpdate in interface TaskDaopublic 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 TaskDaoCopyright © 2004–2015 The Kuali Foundation. All rights reserved.