org.hippoecm.hst.content.beans.standard.facetnavigation
Class HippoFacetsAvailableNavigation

java.lang.Object
  extended by org.hippoecm.hst.content.beans.standard.HippoItem
      extended by org.hippoecm.hst.content.beans.standard.HippoFolder
          extended by org.hippoecm.hst.content.beans.standard.facetnavigation.HippoFacetNavigation
              extended by org.hippoecm.hst.content.beans.standard.facetnavigation.AbstractHippoFacetChildNavigation
                  extended by org.hippoecm.hst.content.beans.standard.facetnavigation.HippoFacetsAvailableNavigation
All Implemented Interfaces:
Comparable<HippoBean>, ObjectConverterAware, NodeAware, HippoBean, HippoFacetChildNavigationBean, HippoFacetNavigationBean, HippoFolderBean, HippoTranslated, HippoVirtualOnlyBean

@Node(jcrType="hippofacnav:facetsavailablenavigation")
public class HippoFacetsAvailableNavigation
extends AbstractHippoFacetChildNavigation


Nested Class Summary
 
Nested classes/interfaces inherited from class org.hippoecm.hst.content.beans.standard.HippoItem
HippoItem.ComparatorMap
 
Field Summary
 
Fields inherited from class org.hippoecm.hst.content.beans.standard.HippoFolder
hippoDocuments, hippoFolders
 
Fields inherited from class org.hippoecm.hst.content.beans.standard.HippoItem
comparePath, detached, node, objectConverter, valueProvider
 
Constructor Summary
HippoFacetsAvailableNavigation()
           
 
Method Summary
 List<HippoFacetsAvailableNavigation> getAncestors()
          Returns the list of HippoFacetsAvailableNavigation's ancestors, where the closest ancestors are last in the list
 List<HippoFacetsAvailableNavigation> getAncestorsAndSelf()
          the list of HippoFacetsAvailableNavigation's ancestors + this HippoFacetsAvailableNavigation.
 
Methods inherited from class org.hippoecm.hst.content.beans.standard.facetnavigation.HippoFacetNavigation
getChildCountsCombined, getCount, getDocuments, getFolders, getResultSet, getRootFacetNavigationBean, isLeaf
 
Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoFolder
getDocumentIterator, getDocuments, getDocuments, getDocuments, getDocuments, getDocumentSize, getFolders, getLocale, getLocaleString
 
Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoItem
attach, compareTo, detach, equalCompare, equals, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getObjectConverter, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, hashCode, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isSelf, setNode, setObjectConverter
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoFacetNavigationBean
getChildCountsCombined, getCount, getResultSet, getRootFacetNavigationBean
 
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
getDocumentIterator, getDocuments, getDocuments, getDocuments, getDocuments, getDocuments, getDocumentSize, getFolders, getFolders
 
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean
equalCompare, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf
 
Methods inherited from interface org.hippoecm.hst.content.beans.NodeAware
setNode
 
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
getObjectConverter, setObjectConverter
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoTranslated
getLocale, getLocaleString
 

Constructor Detail

HippoFacetsAvailableNavigation

public HippoFacetsAvailableNavigation()
Method Detail

getAncestorsAndSelf

public List<HippoFacetsAvailableNavigation> getAncestorsAndSelf()
the list of HippoFacetsAvailableNavigation's ancestors + this HippoFacetsAvailableNavigation. Also see getAncestors()

Returns:
the list of HippoFacetsAvailableNavigation's ancestors + this HippoFacetsAvailableNavigation

getAncestors

public List<HippoFacetsAvailableNavigation> getAncestors()
Returns the list of HippoFacetsAvailableNavigation's ancestors, where the closest ancestors are last in the list

Returns:
the list of HippoFacetsAvailableNavigation's ancestors or an empty list if no ancestors of this type.


Copyright © 2008-2012 Hippo. All Rights Reserved.