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

Packages that use SearchResult
com.elasticpath.domain.catalogview.search.impl   
com.elasticpath.service.catalogview   
com.elasticpath.service.catalogview.impl   
com.elasticpath.sfweb.viewbean   
com.elasticpath.sfweb.viewbean.impl   
 

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

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

Uses of SearchResult in com.elasticpath.service.catalogview
 

Methods in com.elasticpath.service.catalogview that return SearchResult
 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 SearchResult in com.elasticpath.service.catalogview.impl
 

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

Uses of SearchResult in com.elasticpath.sfweb.viewbean
 

Methods in com.elasticpath.sfweb.viewbean that return SearchResult
 SearchResult CatalogViewResultBean.getCurrentSearchResult()
          Returns the current search result.
 

Uses of SearchResult in com.elasticpath.sfweb.viewbean.impl
 

Methods in com.elasticpath.sfweb.viewbean.impl that return SearchResult
 SearchResult CatalogViewResultBeanImpl.getCurrentSearchResult()
          Returns the current search result.