Uses of Interface
org.broadleafcommerce.core.search.domain.CategorySearchFacet
Packages that use CategorySearchFacet
Package
Description
-
Uses of CategorySearchFacet in org.broadleafcommerce.core.catalog.domain
Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type CategorySearchFacetModifier and TypeFieldDescriptionprotected static Comparator<CategorySearchFacet>CategoryImpl.facetPositionComparatorprotected List<CategorySearchFacet>CategoryImpl.searchFacetsMethods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type CategorySearchFacetModifier and TypeMethodDescriptionCategory.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.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.CategoryImpl.getCumulativeSearchFacets()CategoryImpl.getCumulativeSearchFacets(Set<Category> categoryHierarchy) protected List<CategorySearchFacet>CategoryImpl.getParentFacets(Collection<SearchFacet> facets) Category.getSearchFacets()Returns all of the SearchFacets that are directly associated with this CategoryCategoryImpl.getSearchFacets()Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type CategorySearchFacetModifier and TypeMethodDescriptionvoidCategory.setSearchFacets(List<CategorySearchFacet> searchFacets) Sets the SearchFacets that are directly associated with this CategoryvoidCategoryImpl.setSearchFacets(List<CategorySearchFacet> searchFacets) -
Uses of CategorySearchFacet in org.broadleafcommerce.core.search.domain
Classes in org.broadleafcommerce.core.search.domain that implement CategorySearchFacetMethods in org.broadleafcommerce.core.search.domain with type parameters of type CategorySearchFacetModifier and TypeMethodDescription<G extends CategorySearchFacet>
CreateResponse<G>CategorySearchFacetImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context)