com.atlassian.jira.project
Class ProjectCategoryStoreImpl

java.lang.Object
  extended by com.atlassian.jira.project.ProjectCategoryStoreImpl
All Implemented Interfaces:
ProjectCategoryStore

public class ProjectCategoryStoreImpl
extends Object
implements ProjectCategoryStore


Field Summary
static String ENTITY_NAME
           
 
Constructor Summary
ProjectCategoryStoreImpl(EntityEngine entityEngine)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTITY_NAME

public static final String ENTITY_NAME
See Also:
Constant Field Values
Constructor Detail

ProjectCategoryStoreImpl

public ProjectCategoryStoreImpl(EntityEngine entityEngine)
Method Detail

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-2013 Atlassian. All Rights Reserved.