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.ReturnsProjectCategory
for the given id.void
void
updateProjectCategory
(ProjectCategory projectCategory)
-
Field Details
-
ENTITY_NAME
- See Also:
-
-
Constructor Details
-
ProjectCategoryStoreImpl
-
-
Method Details
-
getProjectCategory
Description copied from interface:ProjectCategoryStore
ReturnsProjectCategory
for the given id.- Specified by:
getProjectCategory
in interfaceProjectCategoryStore
- Parameters:
id
- project category id- Returns:
- the
ProjectCategory
for the provided id if it was found or else null
-
getAllProjectCategories
Description copied from interface:ProjectCategoryStore
Returns all ProjectCategories, ordered by name.- Specified by:
getAllProjectCategories
in interfaceProjectCategoryStore
- Returns:
- all ProjectCategories, ordered by name.
-
createProjectCategory
- Specified by:
createProjectCategory
in interfaceProjectCategoryStore
-
removeProjectCategory
- Specified by:
removeProjectCategory
in interfaceProjectCategoryStore
-
updateProjectCategory
- Specified by:
updateProjectCategory
in interfaceProjectCategoryStore
-