Package com.atlassian.jira.project
Class ProjectCategoryStoreImpl
java.lang.Object
com.atlassian.jira.project.ProjectCategoryStoreImpl
- All Implemented Interfaces:
ProjectCategoryStore
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProjectCategory(String name, String description) Returns all ProjectCategories, ordered by name.ReturnsProjectCategoryfor the given id.voidvoidupdateProjectCategory(ProjectCategory projectCategory)
-
Field Details
-
ENTITY_NAME
- See Also:
-
-
Constructor Details
-
ProjectCategoryStoreImpl
-
-
Method Details
-
getProjectCategory
Description copied from interface:ProjectCategoryStoreReturnsProjectCategoryfor the given id.- Specified by:
getProjectCategoryin interfaceProjectCategoryStore- Parameters:
id- project category id- Returns:
- the
ProjectCategoryfor the provided id if it was found or else null
-
getAllProjectCategories
Description copied from interface:ProjectCategoryStoreReturns all ProjectCategories, ordered by name.- Specified by:
getAllProjectCategoriesin interfaceProjectCategoryStore- Returns:
- all ProjectCategories, ordered by name.
-
createProjectCategory
- Specified by:
createProjectCategoryin interfaceProjectCategoryStore
-
removeProjectCategory
- Specified by:
removeProjectCategoryin interfaceProjectCategoryStore
-
updateProjectCategory
- Specified by:
updateProjectCategoryin interfaceProjectCategoryStore
-