|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CatalogViewResult
Represents a catalog view result.
| Method Summary | |
|---|---|
java.util.List |
getBrandFilterOptions()
Returns a list of filter options on brand. |
CatalogViewRequest |
getCatalogViewRequest()
Returns the catalog view request which generated this search result. |
Category |
getCategory()
Returns the category. |
java.util.List |
getFeaturedProducts()
Returns a list of featured products. |
java.util.List |
getPriceFilterOptions()
Returns a list of filter options on price range. |
java.util.List |
getProducts()
Returns a list of products as the search result. |
java.util.List |
getSortedProducts()
Returns a list of products as the search result. |
void |
replicateData(CatalogViewResult catalogViewResult)
Replicate the data to this CatalogViewResult from the given CatalogViewResult. |
void |
setCatalogViewRequest(CatalogViewRequest catalogViewRequest)
Sets the catalog view request which generated this search result. |
void |
setCategory(Category category)
Sets the category. |
void |
setFeaturedProducts(java.util.List featuredProducts)
Sets a list of featured products. |
void |
setProducts(java.util.List products)
Sets a list of products as the search result. |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
java.util.List getBrandFilterOptions()
CatalogViewRequest getCatalogViewRequest()
Category getCategory()
java.util.List getFeaturedProducts()
java.util.List getPriceFilterOptions()
java.util.List getProducts()
CatalogViewRequest.
java.util.List getSortedProducts()
CatalogViewRequest.
void replicateData(CatalogViewResult catalogViewResult)
CatalogViewResult from the given CatalogViewResult.
catalogViewResult - the CatalogViewResult to be replicatedvoid setCatalogViewRequest(CatalogViewRequest catalogViewRequest)
catalogViewRequest - the catalog view requestvoid setCategory(Category category)
category - the category to setvoid setFeaturedProducts(java.util.List featuredProducts)
featuredProducts - a list of featured productsvoid setProducts(java.util.List products)
products - a list of products as the search result.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||