Uses of Class
net.sf.borg.model.entity.Task

Packages that use Task
net.sf.borg.model The Model package and its sub-packages provide the data model layer for borg 
net.sf.borg.model.db Package db contains interfaces that provide an implementation independent view of the low level ORM layer. 
net.sf.borg.model.db.jdbc Package jdbc contains all classes that deal directly with JDBC, including classes that read/write entities and classes that manage JDBC URLs and Connections 
net.sf.borg.model.entity Contains the data objects managed by the data model 
net.sf.borg.model.undo Contains classes that implement the undo feature 
net.sf.borg.ui The UI package and its sub-packages provide the BORG Swing UI. 
net.sf.borg.ui.task UI classes that handle Tasks and related classes (Tasks, Projects, Subtasks, Tasklog) 
 

Uses of Task in net.sf.borg.model
 

Methods in net.sf.borg.model that return Task
 Task TaskModel.getTask(int num)
          Gets a task by id.
 Task TaskModel.newMR()
          create a new task
 

Methods in net.sf.borg.model that return types with arguments of type Task
 Vector<Task> TaskModel.get_tasks()
          Get all open tasks with a due date
 Collection<Task> TaskModel.get_tasks(Date d)
          Get all tasks due on a particular date
 Collection<Task> TaskModel.getTasks()
          Get all tasks.
 Collection<Task> TaskModel.getTasks(int projectid)
          Get all tasks for a project.
 

Methods in net.sf.borg.model with parameters of type Task
static boolean TaskModel.isClosed(Task t)
          Checks if a task is closed.
 void TaskModel.savetask(Task task)
          Save a task.
 void TaskModel.savetask(Task task, boolean undo)
          Save a task.
 

Uses of Task in net.sf.borg.model.db
 

Methods in net.sf.borg.model.db that return types with arguments of type Task
 Collection<Task> TaskDB.getTasks(int projectid)
          Gets all tasks for a given project.
 

Uses of Task in net.sf.borg.model.db.jdbc
 

Methods in net.sf.borg.model.db.jdbc that return Task
(package private)  Task TaskJdbcDB.createFrom(ResultSet r)
           
 Task TaskJdbcDB.newObj()
           
 

Methods in net.sf.borg.model.db.jdbc that return types with arguments of type Task
 Collection<Task> TaskJdbcDB.getTasks(int projectid)
           
 

Methods in net.sf.borg.model.db.jdbc with parameters of type Task
 void TaskJdbcDB.addObj(Task task)
           
 void TaskJdbcDB.updateObj(Task task)
           
 

Uses of Task in net.sf.borg.model.entity
 

Methods in net.sf.borg.model.entity that return Task
protected  Task Task.clone()
           
 

Uses of Task in net.sf.borg.model.undo
 

Methods in net.sf.borg.model.undo with parameters of type Task
static TaskUndoItem TaskUndoItem.recordAdd(Task task)
          Record a Task add.
static TaskUndoItem TaskUndoItem.recordDelete(Task task)
          Record a Task delete.
static TaskUndoItem TaskUndoItem.recordUpdate(Task task)
          Record a Task update.
 

Uses of Task in net.sf.borg.ui
 

Methods in net.sf.borg.ui that return Task
static Task EntitySelector.selectTask()
          Prompt the user to select a task.
 

Uses of Task in net.sf.borg.ui.task
 

Constructors in net.sf.borg.ui.task with parameters of type Task
TaskView(Task task, TaskView.Action function, Integer projectid)
          constructor
 



Generated September 24 2010 by mbb using Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.6.0_20 from Sun Microsystems Inc. on Linux i386 2.6.24-28-generic