| Modifier and Type | Method and Description |
|---|---|
Category |
Category.getParent()
get parent category
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Category> |
Category.comparator(ServerConfigurationService serverConfigurationService)
Get Comparator for sorting Categories.
|
Set<Category> |
TableOfContents.getCategories()
get categories
|
Set<Category> |
Category.getCategories()
get categories
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setCategory(Category category)
get the category for this resource
|
void |
Category.setParent(Category cat)
set parent category
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableOfContents.setCategories(Set<Category> categories)
set categories
|
void |
Category.setCategories(Set<Category> categories)
set categories
|
Copyright © 2003–2022 Sakai Project. All rights reserved.