List<CategorySearchFacet> |
Category.getCumulativeSearchFacets()
Returns a list of CategorySearchFacets that takes into consideration the search facets for this Category,
the search facets for all parent categories, and the search facets that should be excluded from this
Category.
|
List<CategorySearchFacet> |
CategoryImpl.getCumulativeSearchFacets() |
List<CategorySearchFacet> |
Category.getCumulativeSearchFacets(Set<Category> categoryHierarchy)
Returns a list of CategorySearchFacets that takes into consideration the search facets for this Category,
the search facets for all parent categories, and the search facets that should be excluded from this
Category.
|
List<CategorySearchFacet> |
CategoryImpl.getCumulativeSearchFacets(Set<Category> categoryHierarchy) |
protected List<CategorySearchFacet> |
CategoryImpl.getParentFacets(Collection<SearchFacet> facets) |
List<CategorySearchFacet> |
Category.getSearchFacets()
Returns all of the SearchFacets that are directly associated with this Category
|
List<CategorySearchFacet> |
CategoryImpl.getSearchFacets() |