| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.search.domain |
| Modifier and Type | Field and Description |
|---|---|
protected static Comparator<CategorySearchFacet> |
CategoryImpl.facetPositionComparator |
protected List<CategorySearchFacet> |
CategoryImpl.searchFacets |
| Modifier and Type | Method and Description |
|---|---|
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.getSearchFacets()
Returns all of the SearchFacets that are directly associated with this Category
|
List<CategorySearchFacet> |
CategoryImpl.getSearchFacets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setSearchFacets(List<CategorySearchFacet> searchFacets)
Sets the SearchFacets that are directly associated with this Category
|
void |
CategoryImpl.setSearchFacets(List<CategorySearchFacet> searchFacets) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategorySearchFacetImpl |
Copyright © 2014. All Rights Reserved.