|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Category | |
|---|---|
| za.org.coefficient.core | |
| za.org.coefficient.modules.category | |
| Uses of Category in za.org.coefficient.core |
|---|
| Fields in za.org.coefficient.core declared as Category | |
|---|---|
private Category |
Category.parentCategory
|
| Methods in za.org.coefficient.core that return Category | |
|---|---|
Category |
Category.getParentCategory()
|
| Methods in za.org.coefficient.core with parameters of type Category | |
|---|---|
void |
Project.addCategory(Category cat)
Sets the value of categories |
void |
Project.deleteCategory(Category cat)
Deletes the provided category from the projects categories |
void |
Category.setParentCategory(Category parentCategory)
|
| Uses of Category in za.org.coefficient.modules.category |
|---|
| Methods in za.org.coefficient.modules.category that return Category | |
|---|---|
private Category |
CategoryManagement.getCategory(java.lang.String id)
|
private Category |
CategoryBrowse.getCategory(java.lang.String id)
|
Category |
CategoryManagement.getCategoryByName(java.lang.String name)
|
private Category |
CategoryManagement.getRoot()
see if the root category is there and if it isn't create it |
private Category |
CategoryBrowse.getRoot()
see if the root category is there and if it isn't create it |
| Methods in za.org.coefficient.modules.category with parameters of type Category | |
|---|---|
void |
CategoryDisplayData.addChild(Category child)
|
private boolean |
CategoryManagement.anyProjects(Category cat)
return true if there are any projects using this category |
private int |
CategoryBrowse.anyProjectsCount(Category cat)
return the count of projects with this category |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||