|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_Products
public class S_Products
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.
| Constructor Summary | |
|---|---|
S_Products()
|
|
| Method Summary | |
|---|---|
S_Category[] |
getCategoryFacets()
The result of a product search using SOLR may contain the category facets including the number of products per category. |
S_KKFacet[] |
getCustomFacets()
The result of a product search using SOLR may contain facet information for custom fields. |
S_Manufacturer[] |
getManufacturerFacets()
The result of a product search using SOLR may contain the manufacturer facets including the number of products per manufacturer. |
S_Product[] |
getProductArray()
|
int |
getTotalNumProducts()
|
void |
setCategoryFacets(S_Category[] _categoryFacets)
The result of a product search using SOLR may contain the category facets including the number of products per category. |
void |
setCustomFacets(S_KKFacet[] _customFacets)
The result of a product search using SOLR may contain facet information for custom fields. |
void |
setManufacturerFacets(S_Manufacturer[] _manufacturerFacets)
The result of a product search using SOLR may contain the manufacturer facets including the number of products per manufacturer. |
void |
setProductArray(S_Product[] _productArray)
|
void |
setTotalNumProducts(int _totalNumProducts)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_Products()
| Method Detail |
|---|
public S_Product[] getProductArray()
public void setProductArray(S_Product[] _productArray)
_productArray - The productArray to set.public int getTotalNumProducts()
public void setTotalNumProducts(int _totalNumProducts)
_totalNumProducts - The totalNumProducts to set.public S_Manufacturer[] getManufacturerFacets()
public void setManufacturerFacets(S_Manufacturer[] _manufacturerFacets)
_manufacturerFacets - the manufacturerFacets to setpublic S_Category[] getCategoryFacets()
public void setCategoryFacets(S_Category[] _categoryFacets)
_categoryFacets - the categoryFacets to setpublic S_KKFacet[] getCustomFacets()
public void setCustomFacets(S_KKFacet[] _customFacets)
_customFacets - the customFacets to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||