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

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

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

Classes in com.elasticpath.domain.catalogview.browsing.impl that implement BrowsingResult
 class BrowsingResultImpl
          Represents a default implementation of BrowsingResult.
 

Uses of BrowsingResult in com.elasticpath.service.catalogview
 

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

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