public class

ProjectCategoryStoreImpl

extends Object
implements ProjectCategoryStore
java.lang.Object
   ↳ com.atlassian.jira.project.ProjectCategoryStoreImpl

Summary

Constants
String ENTITY_NAME
Public Constructors
ProjectCategoryStoreImpl(EntityEngine entityEngine)
Public Methods
ProjectCategory createProjectCategory(String name, String description)
List<ProjectCategory> getAllProjectCategories()
Returns all ProjectCategories, ordered by name.
ProjectCategory getProjectCategory(Long id)
void removeProjectCategory(Long id)
void updateProjectCategory(ProjectCategory projectCategory)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.project.ProjectCategoryStore

Constants

public static final String ENTITY_NAME

Constant Value: "ProjectCategory"

Public Constructors

public ProjectCategoryStoreImpl (EntityEngine entityEngine)

Public Methods

public ProjectCategory createProjectCategory (String name, String description)

public List<ProjectCategory> getAllProjectCategories ()

Returns all ProjectCategories, ordered by name.

Returns
  • all ProjectCategories, ordered by name.

public ProjectCategory getProjectCategory (Long id)

public void removeProjectCategory (Long id)

public void updateProjectCategory (ProjectCategory projectCategory)