Uses of Interface
com.atlassian.jira.project.ProjectCategory

Packages that use ProjectCategory
com.atlassian.jira.project   
 

Uses of ProjectCategory in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that return ProjectCategory
 ProjectCategory ProjectManager.createProjectCategory(String name, String description)
          Creates a new ProjectCategory with the given name and description.
 ProjectCategory ProjectManager.getProjectCategoryForProject(Project project)
          Returns a project's category.
 ProjectCategory ProjectManager.getProjectCategoryObject(Long id)
          Returns a single project category by id.
 ProjectCategory ProjectManager.getProjectCategoryObjectByName(String projectCategoryName)
          Find a project category by name.
 ProjectCategory ProjectManager.getProjectCategoryObjectByNameIgnoreCase(String projectCategoryName)
          Find a project category by name ignoring the case of the category name.
 

Methods in com.atlassian.jira.project that return types with arguments of type ProjectCategory
 Collection<ProjectCategory> ProjectManager.getAllProjectCategories()
          Returns all ProjectCategories, ordered by name.
 

Methods in com.atlassian.jira.project with parameters of type ProjectCategory
 Collection<Project> ProjectManager.getProjectsFromProjectCategory(ProjectCategory projectCategory)
          Returns a list of projects in a particular category.
 void ProjectManager.setProjectCategory(Project project, ProjectCategory category)
          Sets a project's category.
 void ProjectManager.updateProjectCategory(ProjectCategory projectCategory)
          Persist an updated project category.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.