Uses of Interface
org.broadleafcommerce.core.search.domain.CategorySearchFacet

Packages that use CategorySearchFacet
org.broadleafcommerce.core.catalog.domain   
org.broadleafcommerce.core.search.domain   
 

Uses of CategorySearchFacet in org.broadleafcommerce.core.catalog.domain
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type CategorySearchFacet
protected static Comparator<CategorySearchFacet> CategoryImpl.facetPositionComparator
           
protected  List<CategorySearchFacet> CategoryImpl.searchFacets
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type CategorySearchFacet
 List<CategorySearchFacet> CategoryImpl.getCumulativeSearchFacets()
           
 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.getSearchFacets()
           
 List<CategorySearchFacet> Category.getSearchFacets()
          Returns all of the SearchFacets that are directly associated with this Category
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type CategorySearchFacet
 void CategoryImpl.setSearchFacets(List<CategorySearchFacet> searchFacets)
           
 void Category.setSearchFacets(List<CategorySearchFacet> searchFacets)
          Sets the SearchFacets that are directly associated with this Category
 

Uses of CategorySearchFacet in org.broadleafcommerce.core.search.domain
 

Classes in org.broadleafcommerce.core.search.domain that implement CategorySearchFacet
 class CategorySearchFacetImpl
           
 



Copyright © 2013. All Rights Reserved.