Uses of Class
com.arsdigita.categorization.Category

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

Uses of Category in com.arsdigita.categorization
 

Methods in com.arsdigita.categorization that return Category
 Category CategoryMappingExistsException.getCategory()
          Returns the category for which the exception was thrown.
 Category CategorizedObject.getDefaultParentCategory()
          Gets the default parent category.
static Category Categorization.getGlobalRootCategory()
          A wrapper for getGlobalRootCategory(Categorization.CONTEXT_NAVIGATION).
static Category Categorization.getGlobalRootCategory(String context)
           
 Category RootCategoryCollection.getCategory()
          Wrapper to getDomainObject() that casts the returned DomainObject as a Category.
 Category CategoryCollection.getCategory()
          Wrapper to getDomainObject() that casts the returned DomainObject as a Category.
static Category CategoryPurpose.getRootCategory(String key)
          Deprecated.  
 Category Category.getDefaultParentCategory()
          Returns the default parent category.
 Category[] Category.getChildrenByURL(String path)
          Given a relative path, returns the list of constituent categories of the path.
static Category Category.getRootForObject(ACSObject object)
          A shortcut for getRootForObject(ACSObject, String) called with the null context.
static Category Category.getRootForObject(ACSObject object, String context)
          Retrieves the root category associated with an object in the given use context.
 

Methods in com.arsdigita.categorization with parameters of type Category
 void CategoryMappingExistsException.setCategory(Category cat)
          Sets the parent category from the mapping.
 void CategorizedObject.setDefaultParentCategory(Category parent)
          Sets the passed in category as the default parent category for this category.
 void Category.addRelatedCategory(Category category)
          Adds a new "related" category mapping to a category object.
 void Category.removeChild(Category category)
          Removes the specified child category.
 void Category.removeRelatedCategory(Category category)
          This takes a category and removes its relation to this category.
 void Category.setDefaultParentCategory(Category parent)
          Sets this category's default parent category to the one that is passed in.
static void Category.setRootForObject(ACSObject acsObj, Category root)
          A shortcut for calling setRootForObject(ACSObject, Category, String) with the null context.
static void Category.setRootForObject(ACSObject acsObj, Category rootCat, String context)
          Sets the root category for the supplied object in the given context.
 

Constructors in com.arsdigita.categorization with parameters of type Category
CategoryTreeModelLite(Category root)
          Initializes with the passed in the root Category.
CategoryTreeModelLite(Category root, String order)
          Initializes with the passed in the root Category.
 

Uses of Category in com.arsdigita.search.filters
 

Methods in com.arsdigita.search.filters that return Category
 Category[] CategoryFilterSpecification.getCategories()
          Returns the list of categories to check
 

Constructors in com.arsdigita.search.filters with parameters of type Category
CategoryFilterSpecification(Category[] cats)
          Creates a new category filter spec
 

Uses of Category in com.arsdigita.search.ui.filters
 

Methods in com.arsdigita.search.ui.filters that return Category
 Category[] SimpleCategoryFilterWidget.getCategories(PageState state)
           
abstract  Category[] CategoryFilterWidget.getCategories(PageState state)
          Returns a list of categories to display for selection
 

Constructors in com.arsdigita.search.ui.filters with parameters of type Category
SimpleCategoryFilterWidget(Category root)
          Creates a new category filter
SimpleCategoryFilterWidget(Category[] roots)
          Creates a new category filter
 



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