Uses of Interface
com.elasticpath.domain.catalogview.search.SearchRequest

Packages that use SearchRequest
com.elasticpath.domain.catalogview.search.impl   
com.elasticpath.service.catalogview   
com.elasticpath.service.catalogview.impl   
 

Uses of SearchRequest in com.elasticpath.domain.catalogview.search.impl
 

Classes in com.elasticpath.domain.catalogview.search.impl that implement SearchRequest
 class SearchRequestImpl
          Represents a default implementation of SearchRequest.
 

Uses of SearchRequest in com.elasticpath.service.catalogview
 

Methods in com.elasticpath.service.catalogview with parameters of type SearchRequest
 SearchResult SearchService.search(SearchRequest searchRequest, CatalogViewResultHistory previousSearchResultHistory, ShoppingCart shoppingCart, ProductLoadTuner productLoadTuner)
          Perform searching based on the given search request and returns the search result.
 

Uses of SearchRequest in com.elasticpath.service.catalogview.impl
 

Methods in com.elasticpath.service.catalogview.impl with parameters of type SearchRequest
 SearchResult SearchServiceImpl.search(SearchRequest searchRequest, CatalogViewResultHistory previousSearchResultHistory, ShoppingCart shoppingCart, ProductLoadTuner productLoadTuner)
          Perform searching based on the given search request and returns the search result.