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) |
void |
removeProjectCategory(Long id) |
void |
updateProjectCategory(ProjectCategory projectCategory) |
ProjectCategory createProjectCategory(String name, String description)
void removeProjectCategory(Long id)
ProjectCategory getProjectCategory(Long id)
List<ProjectCategory> getAllProjectCategories()
void updateProjectCategory(ProjectCategory projectCategory)
Copyright © 2002-2016 Atlassian. All Rights Reserved.