com.elasticpath.domain.catalogview.browsing
Interface BrowsingResult

All Superinterfaces:
CatalogViewResult, EpDomain, java.io.Serializable, Transient
All Known Implementing Classes:
BrowsingResultImpl

public interface BrowsingResult
extends CatalogViewResult

Represents a catalog browsing result.


Method Summary
 java.util.List getTopSellers()
          Returns a list of top selling products.
 void setTopSellers(java.util.List topSellers)
          Sets a list of top selling products.
 
Methods inherited from interface com.elasticpath.domain.catalogview.CatalogViewResult
getBrandFilterOptions, getCatalogViewRequest, getCategory, getFeaturedProducts, getPriceFilterOptions, getProducts, getSortedProducts, replicateData, setCatalogViewRequest, setCategory, setFeaturedProducts, setProducts
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Method Detail

getTopSellers

java.util.List getTopSellers()
Returns a list of top selling products.

Returns:
a list of top selling products

setTopSellers

void setTopSellers(java.util.List topSellers)
Sets a list of top selling products.

Parameters:
topSellers - a list of top selling products