Uses of Interface
com.elasticpath.domain.catalogview.browsing.BrowsingRequest

Packages that use BrowsingRequest
com.elasticpath.domain.catalogview.browsing.impl   
com.elasticpath.service.catalogview   
com.elasticpath.service.catalogview.impl   
 

Uses of BrowsingRequest in com.elasticpath.domain.catalogview.browsing.impl
 

Classes in com.elasticpath.domain.catalogview.browsing.impl that implement BrowsingRequest
 class BrowsingRequestImpl
          Represents a default implementation of SearchRequest.
 

Uses of BrowsingRequest in com.elasticpath.service.catalogview
 

Methods in com.elasticpath.service.catalogview with parameters of type BrowsingRequest
 BrowsingResult BrowsingService.browsing(BrowsingRequest browsingRequest, CatalogViewResultHistory previousBrowsingResultHistory, ShoppingCart shoppingCart, ProductLoadTuner productLoadTuner)
          Perform browsinging based on the given browsing request and returns the browsing result.
 

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

Methods in com.elasticpath.service.catalogview.impl with parameters of type BrowsingRequest
 BrowsingResult BrowsingServiceImpl.browsing(BrowsingRequest browsingRequest, CatalogViewResultHistory previousBrowsingResultHistory, ShoppingCart shoppingCart, ProductLoadTuner productLoadTuner)
          Perform browsinging based on the given browsing request and returns the browsing result.