Skip navigation links


com.bea.portal.tools.da.taxonomy.portal
Class PortletCategoryTaxonomy

java.lang.Object
  extended by com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
      extended by com.bea.portal.tools.da.taxonomy.portal.PortletCategoryTaxonomy

All Implemented Interfaces
TaxonomyBuilder, Serializable

public class PortletCategoryTaxonomy
extends ParentedTaxonomyBuilder

Taxonomy for a PortletCategory within the PortletCategories node in the Library.

See Also
Serialized Form

Field Summary

 

Fields inherited from interface com.bea.p13n.delegation.taxonomy.TaxonomyBuilder
TAXONOMY_DELIMITER

 

Constructor Summary
PortletCategoryTaxonomy(LibraryPortletCategoriesTaxonomy parentTaxonomy, PortletCategoryDefinitionId portletCatDefId)
          Constructs a PortletCategory taxonomy, parented by the root PortletCategories node in the Library, based on the specified PortletCategoryDefinitionId.
PortletCategoryTaxonomy(PortletCategoryTaxonomy parentTaxonomy, PortletCategoryDefinitionId portletCatDefId)
          Constructs a PortletCategory taxonomy, parented by another PortletCategory node in the Library, based on the specified PortletCategoryDefinitionId.

 

Method Summary
protected  String getLeafTaxonomy()
          Method that individual ParentedTaxonomyBuilder implementations implement to provide the leaf portion of their taxonomy, which will in most cases be directed derived from the resource they represent.

 

Methods inherited from class com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
buildTaxonomy, getParentTaxonomy, getTaxonomyLevel, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PortletCategoryTaxonomy

public PortletCategoryTaxonomy(LibraryPortletCategoriesTaxonomy parentTaxonomy,
                               PortletCategoryDefinitionId portletCatDefId)
Constructs a PortletCategory taxonomy, parented by the root PortletCategories node in the Library, based on the specified PortletCategoryDefinitionId.
Parameters
parentTaxonomy - the parent LibraryPortletCategoriesTaxonomy
portletCatDefId - the definition id of the PortletCategory

PortletCategoryTaxonomy

public PortletCategoryTaxonomy(PortletCategoryTaxonomy parentTaxonomy,
                               PortletCategoryDefinitionId portletCatDefId)
Constructs a PortletCategory taxonomy, parented by another PortletCategory node in the Library, based on the specified PortletCategoryDefinitionId.
Parameters
parentTaxonomy - the parent PortletCategoryTaxonomy
portletCatDefId - the definition id of the PortletCategory

Method Detail

getLeafTaxonomy

protected String getLeafTaxonomy()
Description copied from class: ParentedTaxonomyBuilder
Method that individual ParentedTaxonomyBuilder implementations implement to provide the leaf portion of their taxonomy, which will in most cases be directed derived from the resource they represent.
Specified by:
getLeafTaxonomy in class ParentedTaxonomyBuilder
Returns

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.