Uses of Class
net.sf.tomp.el.author.Project

Packages that use Project
net.sf.tomp.el.author   
net.sf.tomp.el.author.io   
 

Uses of Project in net.sf.tomp.el.author
 

Methods in net.sf.tomp.el.author that return Project
 Project Projects.getFirstProject()
          Returns first project in projects map.
 Project Projects.getProject(java.lang.String id)
          Returns project with selected ID.
 Project Projects.newProject(java.lang.String id)
          Creates a new project and puts it into lprojects.
 

Methods in net.sf.tomp.el.author that return types with arguments of type Project
 java.util.Collection<Project> Projects.getProjects()
          Returns projects' values.
 

Methods in net.sf.tomp.el.author with parameters of type Project
 void Projects.addProject(Project c)
          Adds a project to projects.
 void Projects.removeProject(Project p)
          Remove the project from projects collection and deletes its XML file.
 

Uses of Project in net.sf.tomp.el.author.io
 

Methods in net.sf.tomp.el.author.io that return Project
 Project AuthorIO.loadProject(Course course, java.lang.String id)
          Loads a project of the course
 

Methods in net.sf.tomp.el.author.io with parameters of type Project
 void AuthorIO.saveProject(Project t)
          Builds up a new XML document for project using DOM4J factory and saves it.