Uses of Class
com.arsdigita.categorization.CategoryCollection

Packages that use CategoryCollection
com.arsdigita.categorization The Categorization service provides an infrastructure for developers to categorize arbitrary content within the system. 
 

Uses of CategoryCollection in com.arsdigita.categorization
 

Methods in com.arsdigita.categorization that return CategoryCollection
 CategoryCollection CategorizedObject.getParents()
           
 CategoryCollection Category.getChildren()
          Retrieves a collection of domain objects of the specified type that are immediate children of this category.
 CategoryCollection Category.getParents()
          Returns the parent categories for this category (the categories under which this category is categorized).
 CategoryCollection Category.getDefaultAscendants()
          Returns a collection of default progenitors of this category, up to and including the root category.
 CategoryCollection Category.getDescendants()
          Returns a collection of all the categories in this category's subtree.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC