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

Packages that use Project
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 Project in net.sf.borg.model
 

Methods in net.sf.borg.model that return Project
 Project TaskModel.getProject(int id)
          Get a project by id.
 

Methods in net.sf.borg.model that return types with arguments of type Project
 Collection<Project> TaskModel.get_projects(Date d)
          Get all projects due on a particular date
 Collection<Project> TaskModel.getAllSubProjects(int projectid)
          Gets the entire project tree for a project
 Collection<Project> TaskModel.getProjects()
          Get all projects.
 Collection<Project> TaskModel.getSubProjects(int projectid)
          Get sub projects for a project - direct children only
 

Methods in net.sf.borg.model with parameters of type Project
static boolean TaskModel.isClosed(Project p)
          Checks if a project is closed.
 void TaskModel.saveProject(Project p)
          Save a project.
 void TaskModel.saveProject(Project p, boolean undo)
          Save a project.
 

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

Methods in net.sf.borg.model.db that return Project
 Project TaskDB.getProject(int projectid)
          Gets a project by id.
 

Methods in net.sf.borg.model.db that return types with arguments of type Project
 Collection<Project> TaskDB.getProjects()
          Gets all projects in the database.
 Collection<Project> TaskDB.getSubProjects(int projid)
          Gets all sub projects (child projects) for a given project.
 

Methods in net.sf.borg.model.db with parameters of type Project
 void TaskDB.addProject(Project p)
          Adds a project to the db.
 void TaskDB.updateProject(Project p)
          Updates a project in the db.
 

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

Methods in net.sf.borg.model.db.jdbc that return Project
 Project TaskJdbcDB.getProject(int projectid)
           
 

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

Methods in net.sf.borg.model.db.jdbc with parameters of type Project
 void TaskJdbcDB.addProject(Project p)
           
 void TaskJdbcDB.updateProject(Project s)
           
 

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

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

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

Methods in net.sf.borg.model.undo with parameters of type Project
static ProjectUndoItem ProjectUndoItem.recordAdd(Project project)
          Record a project add.
static ProjectUndoItem ProjectUndoItem.recordUpdate(Project project)
          Record a project update.
 

Uses of Project in net.sf.borg.ui
 

Methods in net.sf.borg.ui that return Project
static Project EntitySelector.selectProject()
          Prompt the user to select a project.
 

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

Methods in net.sf.borg.ui.task with parameters of type Project
static String TaskView.getProjectString(Project p)
          Gets the project string for a project to put in the project combo box
 void TaskFilterPanel.showTasksForProject(Project p)
          Set the project filter and show the tasks for a particular project
 

Constructors in net.sf.borg.ui.task with parameters of type Project
ProjectView(Project p, ProjectView.Action function, Integer parentId)
          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