Uses of Class
org.broadleafcommerce.core.search.domain.SearchFacetDTO

Packages that use SearchFacetDTO
org.broadleafcommerce.core.search.domain   
org.broadleafcommerce.core.search.service   
org.broadleafcommerce.core.search.service.solr   
 

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

Fields in org.broadleafcommerce.core.search.domain with type parameters of type SearchFacetDTO
protected  List<SearchFacetDTO> ProductSearchResult.facets
           
 

Methods in org.broadleafcommerce.core.search.domain that return types with arguments of type SearchFacetDTO
 List<SearchFacetDTO> ProductSearchResult.getFacets()
           
 

Method parameters in org.broadleafcommerce.core.search.domain with type arguments of type SearchFacetDTO
 void ProductSearchResult.setFacets(List<SearchFacetDTO> facets)
           
 

Uses of SearchFacetDTO in org.broadleafcommerce.core.search.service
 

Methods in org.broadleafcommerce.core.search.service that return types with arguments of type SearchFacetDTO
protected  List<SearchFacetDTO> DatabaseSearchServiceImpl.buildSearchFacetDtos(List<SearchFacet> categoryFacets)
          Create the wrapper DTO around the SearchFacet
 List<SearchFacetDTO> DatabaseSearchServiceImpl.getCategoryFacets(Category category)
           
 List<SearchFacetDTO> SearchService.getCategoryFacets(Category category)
          Gets all available facets for a given category
 List<SearchFacetDTO> DatabaseSearchServiceImpl.getSearchFacets()
           
 List<SearchFacetDTO> SearchService.getSearchFacets()
          Gets all available facets for search results page
 

Method parameters in org.broadleafcommerce.core.search.service with type arguments of type SearchFacetDTO
protected  void DatabaseSearchServiceImpl.setActiveFacets(List<SearchFacetDTO> facets, ProductSearchCriteria searchCriteria)
           
 

Uses of SearchFacetDTO in org.broadleafcommerce.core.search.service.solr
 

Methods in org.broadleafcommerce.core.search.service.solr that return types with arguments of type SearchFacetDTO
protected  List<SearchFacetDTO> SolrSearchServiceImpl.buildSearchFacetDTOs(List<SearchFacet> searchFacets)
          Create the wrapper DTO around the SearchFacet
 List<SearchFacetDTO> SolrSearchServiceImpl.getCategoryFacets(Category category)
           
protected  Map<String,SearchFacetDTO> SolrSearchServiceImpl.getNamedFacetMap(List<SearchFacetDTO> facets, ProductSearchCriteria searchCriteria)
           
 List<SearchFacetDTO> SolrSearchServiceImpl.getSearchFacets()
           
 

Methods in org.broadleafcommerce.core.search.service.solr with parameters of type SearchFacetDTO
 void SolrSearchServiceExtensionListener.filterSearchFacetRanges(SearchFacetDTO dto, List<SearchFacetRange> ranges)
           
 void SolrSearchServiceExtensionManager.filterSearchFacetRanges(SearchFacetDTO dto, List<SearchFacetRange> ranges)
           
 

Method parameters in org.broadleafcommerce.core.search.service.solr with type arguments of type SearchFacetDTO
protected  void SolrSearchServiceImpl.attachActiveFacetFilters(org.apache.solr.client.solrj.SolrQuery query, Map<String,SearchFacetDTO> namedFacetMap, ProductSearchCriteria searchCriteria)
          Restricts the query by adding active facet filters.
protected  void SolrSearchServiceImpl.attachFacets(org.apache.solr.client.solrj.SolrQuery query, Map<String,SearchFacetDTO> namedFacetMap)
          Notifies solr about which facets you want it to determine results and counts for
protected  ProductSearchResult SolrSearchServiceImpl.findProducts(String qualifiedSolrQuery, List<SearchFacetDTO> facets, ProductSearchCriteria searchCriteria, String defaultSort)
          Given a qualified solr query string (such as "category:2002"), actually performs a solr search.
protected  Map<String,SearchFacetDTO> SolrSearchServiceImpl.getNamedFacetMap(List<SearchFacetDTO> facets, ProductSearchCriteria searchCriteria)
           
protected  void SolrSearchServiceImpl.setFacetResults(Map<String,SearchFacetDTO> namedFacetMap, org.apache.solr.client.solrj.response.QueryResponse response)
          Builds out the DTOs for facet results from the search.
protected  void SolrSearchServiceImpl.sortFacetResults(Map<String,SearchFacetDTO> namedFacetMap)
          Invoked to sort the facet results.
 



Copyright © 2013. All Rights Reserved.