Uses of Interface
com.elasticpath.domain.catalogview.CatalogViewResultHistory

Packages that use CatalogViewResultHistory
com.elasticpath.domain.catalogview.impl   
com.elasticpath.domain.shoppingcart   
com.elasticpath.domain.shoppingcart.impl   
com.elasticpath.service.catalogview   
com.elasticpath.service.catalogview.impl   
com.elasticpath.sfweb.viewbean   
com.elasticpath.sfweb.viewbean.impl   
 

Uses of CatalogViewResultHistory in com.elasticpath.domain.catalogview.impl
 

Classes in com.elasticpath.domain.catalogview.impl that implement CatalogViewResultHistory
 class CatalogViewResultHistoryImpl
          The default implementation of CatalogViewResultHistory.
 

Uses of CatalogViewResultHistory in com.elasticpath.domain.shoppingcart
 

Methods in com.elasticpath.domain.shoppingcart that return CatalogViewResultHistory
 CatalogViewResultHistory ShoppingCart.getBrowsingResultHistory()
          Returns the browsing result history stored.
 CatalogViewResultHistory ShoppingCart.getCatalogViewResultHistory()
          Returns the catalog view result history stored.
 CatalogViewResultHistory ShoppingCart.getSearchResultHistory()
          Returns the search result history stored.
 

Uses of CatalogViewResultHistory in com.elasticpath.domain.shoppingcart.impl
 

Methods in com.elasticpath.domain.shoppingcart.impl that return CatalogViewResultHistory
 CatalogViewResultHistory ShoppingCartImpl.getBrowsingResultHistory()
          Returns the browsing result history stored.
 CatalogViewResultHistory ShoppingCartImpl.getCatalogViewResultHistory()
          Returns the catalog view result history stored.
 CatalogViewResultHistory ShoppingCartImpl.getSearchResultHistory()
          Returns the CatalogViewResultHistory instance stored.
 

Uses of CatalogViewResultHistory in com.elasticpath.service.catalogview
 

Methods in com.elasticpath.service.catalogview with parameters of type CatalogViewResultHistory
 BrowsingResult BrowsingService.browsing(BrowsingRequest browsingRequest, CatalogViewResultHistory previousBrowsingResultHistory, ShoppingCart shoppingCart, ProductLoadTuner productLoadTuner)
          Perform browsinging based on the given browsing request and returns the browsing result.
 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 CatalogViewResultHistory in com.elasticpath.service.catalogview.impl
 

Methods in com.elasticpath.service.catalogview.impl with parameters of type CatalogViewResultHistory
 BrowsingResult BrowsingServiceImpl.browsing(BrowsingRequest browsingRequest, CatalogViewResultHistory previousBrowsingResultHistory, ShoppingCart shoppingCart, ProductLoadTuner productLoadTuner)
          Perform browsinging based on the given browsing request and returns the browsing result.
 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 CatalogViewResultHistory in com.elasticpath.sfweb.viewbean
 

Methods in com.elasticpath.sfweb.viewbean that return CatalogViewResultHistory
 CatalogViewResultHistory CatalogViewResultBean.getCatalogViewResultHistory()
          Returns the catalog view result history.
 

Methods in com.elasticpath.sfweb.viewbean with parameters of type CatalogViewResultHistory
 void CatalogViewResultBean.setCatalogViewResultHistory(CatalogViewResultHistory catalogViewResults)
          Sets the catalog view result history.
 

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

Methods in com.elasticpath.sfweb.viewbean.impl that return CatalogViewResultHistory
 CatalogViewResultHistory CatalogViewResultBeanImpl.getCatalogViewResultHistory()
          Returns the catalog view result history.
 

Methods in com.elasticpath.sfweb.viewbean.impl with parameters of type CatalogViewResultHistory
 void CatalogViewResultBeanImpl.setCatalogViewResultHistory(CatalogViewResultHistory catalogViewResults)
          Sets the catalog view result history.