com.atlassian.jira.project
Class ProjectCategoryStoreImpl
java.lang.Object
com.atlassian.jira.project.ProjectCategoryStoreImpl
- All Implemented Interfaces:
- ProjectCategoryStore
public class ProjectCategoryStoreImpl
- extends Object
- implements ProjectCategoryStore
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
ProjectCategoryStoreImpl
public ProjectCategoryStoreImpl(EntityEngine entityEngine)
getProjectCategory
public ProjectCategory getProjectCategory(Long id)
- Specified by:
getProjectCategory
in interface ProjectCategoryStore
getAllProjectCategories
public List<ProjectCategory> getAllProjectCategories()
- Description copied from interface:
ProjectCategoryStore
- Returns all ProjectCategories, ordered by name.
- Specified by:
getAllProjectCategories
in interface ProjectCategoryStore
- Returns:
- all ProjectCategories, ordered by name.
createProjectCategory
public ProjectCategory createProjectCategory(String name,
String description)
- Specified by:
createProjectCategory
in interface ProjectCategoryStore
removeProjectCategory
public void removeProjectCategory(Long id)
- Specified by:
removeProjectCategory
in interface ProjectCategoryStore
updateProjectCategory
public void updateProjectCategory(ProjectCategory projectCategory)
- Specified by:
updateProjectCategory
in interface ProjectCategoryStore
Copyright © 2002-2012 Atlassian. All Rights Reserved.