Uses of Class
net.sf.mindoro.model.Project

Packages that use Project
net.sf.mindoro.dao   
net.sf.mindoro.dao.hibernate   
net.sf.mindoro.domain   
net.sf.mindoro.model   
 

Uses of Project in net.sf.mindoro.dao
 

Methods in net.sf.mindoro.dao that return Project
 Project ProjectDao.newProject(java.lang.String name)
          Create a new Project.
 

Methods in net.sf.mindoro.dao with parameters of type Project
 void ProjectDao.deleteProject(Project project)
          Delete an existing Project.
 

Uses of Project in net.sf.mindoro.dao.hibernate
 

Methods in net.sf.mindoro.dao.hibernate that return Project
 Project ProjectDaoImpl.newProject(java.lang.String name)
          (non-Javadoc)
 

Methods in net.sf.mindoro.dao.hibernate with parameters of type Project
 void ProjectDaoImpl.deleteProject(Project project)
          (non-Javadoc)
 

Uses of Project in net.sf.mindoro.domain
 

Methods in net.sf.mindoro.domain that return Project
 Project ProjectsFacade.createProject(java.lang.String name)
           
 

Uses of Project in net.sf.mindoro.model
 

Methods in net.sf.mindoro.model that return Project
 Project Deliverable.getProject()
           
 

Methods in net.sf.mindoro.model with parameters of type Project
 void Deliverable.setProject(Project project)
           
 



Copyright © 2005 Project Mindoro. All Rights Reserved.