Uses of Interface
org.sakaiproject.api.app.help.Category
-
-
Uses of Category in org.sakaiproject.api.app.help
Methods in org.sakaiproject.api.app.help that return Category Modifier and Type Method Description CategoryCategory. getParent()get parent categoryMethods in org.sakaiproject.api.app.help that return types with arguments of type Category Modifier and Type Method Description static Comparator<Category>Category. comparator(org.sakaiproject.component.api.ServerConfigurationService serverConfigurationService)Get Comparator for sorting Categories.Set<Category>Category. getCategories()get categoriesSet<Category>TableOfContents. getCategories()get categoriesMethods in org.sakaiproject.api.app.help with parameters of type Category Modifier and Type Method Description voidResource. setCategory(Category category)get the category for this resourcevoidCategory. setParent(Category cat)set parent categoryMethod parameters in org.sakaiproject.api.app.help with type arguments of type Category Modifier and Type Method Description voidCategory. setCategories(Set<Category> categories)set categoriesvoidTableOfContents. setCategories(Set<Category> categories)set categories
-