public interface ProjectCategoryStore
Modifier and Type | Method and Description |
---|---|
ProjectCategory |
createProjectCategory(String name,
String description) |
List<ProjectCategory> |
getAllProjectCategories()
Returns all ProjectCategories, ordered by name.
|
ProjectCategory |
getProjectCategory(Long id)
Returns
ProjectCategory for the given id. |
void |
removeProjectCategory(Long id) |
void |
updateProjectCategory(ProjectCategory projectCategory) |
ProjectCategory createProjectCategory(String name, String description)
void removeProjectCategory(Long id)
ProjectCategory getProjectCategory(Long id)
ProjectCategory
for the given id.id
- project category idProjectCategory
for the provided id if it was found or else nullList<ProjectCategory> getAllProjectCategories()
void updateProjectCategory(ProjectCategory projectCategory)
Copyright © 2002-2022 Atlassian. All Rights Reserved.