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

Packages that use ProductSearchResult
org.broadleafcommerce.core.search.service   
org.broadleafcommerce.core.search.service.solr   
 

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

Methods in org.broadleafcommerce.core.search.service that return ProductSearchResult
 ProductSearchResult DatabaseSearchServiceImpl.findExplicitProductsByCategory(Category category, ProductSearchCriteria searchCriteria)
           
 ProductSearchResult SearchService.findExplicitProductsByCategory(Category category, ProductSearchCriteria searchCriteria)
          Performs a search for products in the given category, taking into consideration the ProductSearchCriteria This method will NOT return products that are in a sub-level of a given category.
 ProductSearchResult DatabaseSearchServiceImpl.findProductsByCategory(Category category, ProductSearchCriteria searchCriteria)
           
 ProductSearchResult SearchService.findProductsByCategory(Category category, ProductSearchCriteria searchCriteria)
          Performs a search for products in the given category, taking into consideration the ProductSearchCriteria This method will return products that are in any sub-level of a given category.
 ProductSearchResult DatabaseSearchServiceImpl.findProductsByCategoryAndQuery(Category category, String query, ProductSearchCriteria searchCriteria)
           
 ProductSearchResult SearchService.findProductsByCategoryAndQuery(Category category, String query, ProductSearchCriteria searchCriteria)
          Performs a search for products in the given category for the given query, taking into consideration the ProductSearchCriteria
 ProductSearchResult DatabaseSearchServiceImpl.findProductsByQuery(String query, ProductSearchCriteria searchCriteria)
           
 ProductSearchResult SearchService.findProductsByQuery(String query, ProductSearchCriteria searchCriteria)
          Performs a search for products across all categories for the given query, taking into consideration the ProductSearchCriteria
 

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

Methods in org.broadleafcommerce.core.search.service.solr that return ProductSearchResult
 ProductSearchResult SolrSearchServiceImpl.findExplicitProductsByCategory(Category category, ProductSearchCriteria searchCriteria)
           
protected  ProductSearchResult SolrSearchServiceImpl.findProducts(String qualifiedSolrQuery, List<SearchFacetDTO> facets, ProductSearchCriteria searchCriteria, String defaultSort)
          Deprecated. in favor of the other findProducts() method
protected  ProductSearchResult SolrSearchServiceImpl.findProducts(String qualifiedSolrQuery, List<SearchFacetDTO> facets, ProductSearchCriteria searchCriteria, String defaultSort, String... filterQueries)
          Given a qualified solr query string (such as "category:2002"), actually performs a solr search.
 ProductSearchResult SolrSearchServiceImpl.findProductsByCategory(Category category, ProductSearchCriteria searchCriteria)
           
 ProductSearchResult SolrSearchServiceImpl.findProductsByCategoryAndQuery(Category category, String query, ProductSearchCriteria searchCriteria)
           
 ProductSearchResult SolrSearchServiceImpl.findProductsByQuery(String query, ProductSearchCriteria searchCriteria)
           
 

Methods in org.broadleafcommerce.core.search.service.solr with parameters of type ProductSearchResult
 void SolrSearchServiceImpl.setPagingAttributes(ProductSearchResult result, org.apache.solr.client.solrj.response.QueryResponse response, ProductSearchCriteria searchCriteria)
          Sets the total results, the current page, and the page size on the ProductSearchResult.
 



Copyright © 2013. All Rights Reserved.