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

Packages that use Subtask
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 
 

Uses of Subtask in net.sf.borg.model
 

Methods in net.sf.borg.model that return Subtask
 Subtask TaskModel.getSubTask(int id)
          Get a sub task by id.
 

Methods in net.sf.borg.model that return types with arguments of type Subtask
 Collection<Subtask> TaskModel.get_subtasks(Date d)
          Get all subtasks due on a particular date
 Collection<Subtask> TaskModel.getSubTasks()
          Get all sub tasks.
 Collection<Subtask> TaskModel.getSubTasks(int taskid)
          Get the sub tasks for a task
 

Methods in net.sf.borg.model with parameters of type Subtask
 void TaskModel.saveSubTask(Subtask s)
          Save a sub task.
 void TaskModel.saveSubTask(Subtask s, boolean undo)
          Save a sub task.
 

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

Methods in net.sf.borg.model.db that return Subtask
 Subtask TaskDB.getSubTask(int id)
          Gets a sub task by subtask id.
 

Methods in net.sf.borg.model.db that return types with arguments of type Subtask
 Collection<Subtask> TaskDB.getSubTasks()
          Gets all sub tasks in the database.
 Collection<Subtask> TaskDB.getSubTasks(int taskid)
          Gets all sub tasks for a given task.
 

Methods in net.sf.borg.model.db with parameters of type Subtask
 void TaskDB.addSubTask(Subtask s)
          Adds a sub task.
 void TaskDB.updateSubTask(Subtask s)
          Update a sub task.
 

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

Methods in net.sf.borg.model.db.jdbc that return Subtask
 Subtask TaskJdbcDB.getSubTask(int id)
           
 

Methods in net.sf.borg.model.db.jdbc that return types with arguments of type Subtask
 Collection<Subtask> TaskJdbcDB.getSubTasks()
           
 Collection<Subtask> TaskJdbcDB.getSubTasks(int taskid)
           
 

Methods in net.sf.borg.model.db.jdbc with parameters of type Subtask
 void TaskJdbcDB.addSubTask(Subtask s)
           
 void TaskJdbcDB.updateSubTask(Subtask s)
           
 

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

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

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

Methods in net.sf.borg.model.undo with parameters of type Subtask
static SubtaskUndoItem SubtaskUndoItem.recordAdd(Subtask subtask)
          Record a subtask add.
static SubtaskUndoItem SubtaskUndoItem.recordDelete(Subtask subtask)
          Record a subtask delete.
static SubtaskUndoItem SubtaskUndoItem.recordUpdate(Subtask subtask)
          Record a subtask update.
 



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