|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProductsIf
This is normally the object returned for API calls returning an array of Products. It contains an array of products and the total number of products matching the request, so that they can be paged. It may also contain the category and manufacturer facets for the search, when SOLR is used.
| Method Summary | |
|---|---|
CategoryIf[] |
getCategoryFacets()
The result of a product search using SOLR may contain the category facets including the number of products per category. |
KKFacetIf[] |
getCustomFacets()
The result of a product search using SOLR may contain facet information for custom fields. |
ManufacturerIf[] |
getManufacturerFacets()
The result of a product search using SOLR may contain the manufacturer facets including the number of products per manufacturer. |
ProductIf[] |
getProductArray()
|
int |
getTotalNumProducts()
|
void |
setCategoryFacets(CategoryIf[] categoryFacets)
The result of a product search using SOLR may contain the category facets including the number of products per category. |
void |
setCustomFacets(KKFacetIf[] customFacets)
The result of a product search using SOLR may contain facet information for custom fields. |
void |
setManufacturerFacets(ManufacturerIf[] manufacturerFacets)
The result of a product search using SOLR may contain the manufacturer facets including the number of products per manufacturer. |
void |
setProductArray(ProductIf[] productArray)
|
void |
setTotalNumProducts(int totalNumProducts)
|
| Method Detail |
|---|
ProductIf[] getProductArray()
void setProductArray(ProductIf[] productArray)
productArray - The productArray to set.int getTotalNumProducts()
void setTotalNumProducts(int totalNumProducts)
totalNumProducts - The totalNumProducts to set.ManufacturerIf[] getManufacturerFacets()
void setManufacturerFacets(ManufacturerIf[] manufacturerFacets)
manufacturerFacets - the manufacturerFacets to setCategoryIf[] getCategoryFacets()
void setCategoryFacets(CategoryIf[] categoryFacets)
categoryFacets - the categoryFacets to setKKFacetIf[] getCustomFacets()
void setCustomFacets(KKFacetIf[] customFacets)
customFacets - the customFacets to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||