Uses of Class
org.mantis.ta.beans.ProjectData

Packages that use ProjectData
org.mantis.ta   
org.mantis.ta.beans   
 

Uses of ProjectData in org.mantis.ta
 

Methods in org.mantis.ta that return ProjectData
 ProjectData MantisManager.getProjectById(BigInteger projectId)
          Returns the project by identifier.
 

Methods in org.mantis.ta that return types with arguments of type ProjectData
 List<ProjectData> MantisManager.getProjects()
          Returns list of projects which are accessible for the current user.
 

Methods in org.mantis.ta with parameters of type ProjectData
 BigInteger MantisManager.createProject(ProjectData project)
          Creates a new project.
 

Uses of ProjectData in org.mantis.ta.beans
 

Methods in org.mantis.ta.beans that return ProjectData
 ProjectData[] ProjectData.getSubprojects()
          Gets the subprojects value for this ProjectData.
 

Methods in org.mantis.ta.beans with parameters of type ProjectData
 void ProjectData.setSubprojects(ProjectData[] subprojects)
          Sets the subprojects value for this ProjectData.
 

Constructors in org.mantis.ta.beans with parameters of type ProjectData
ProjectData(BigInteger id, String name, ObjectRef status, Boolean enabled, ObjectRef view_state, ObjectRef access_min, String file_path, String description, ProjectData[] subprojects, Boolean inherit_global)
           
 



Copyright © 2011. All Rights Reserved.