|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.Products
public class Products
| Constructor Summary | |
|---|---|
Products()
Constructor |
|
| Method Summary | |
|---|---|
Category[] |
getCategoryFacets()
The result of a product search using SOLR may contain the category facets including the number of products per category. |
KKFacet[] |
getCustomFacets()
The result of a product search using SOLR may contain facet information for custom fields. |
Manufacturer[] |
getManufacturerFacets()
The result of a product search using SOLR may contain the manufacturer facets including the number of products per manufacturer. |
Product[] |
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Products()
| Method Detail |
|---|
public Product[] getProductArray()
getProductArray in interface ProductsIfpublic void setProductArray(ProductIf[] productArray)
setProductArray in interface ProductsIfproductArray - The productArray to set.public int getTotalNumProducts()
getTotalNumProducts in interface ProductsIfpublic void setTotalNumProducts(int totalNumProducts)
setTotalNumProducts in interface ProductsIftotalNumProducts - The totalNumProducts to set.public Manufacturer[] getManufacturerFacets()
ProductsIf
getManufacturerFacets in interface ProductsIfpublic void setManufacturerFacets(ManufacturerIf[] manufacturerFacets)
ProductsIf
setManufacturerFacets in interface ProductsIfmanufacturerFacets - the manufacturerFacets to setpublic Category[] getCategoryFacets()
ProductsIf
getCategoryFacets in interface ProductsIfpublic void setCategoryFacets(CategoryIf[] categoryFacets)
ProductsIf
setCategoryFacets in interface ProductsIfcategoryFacets - the categoryFacets to setpublic KKFacet[] getCustomFacets()
ProductsIf
getCustomFacets in interface ProductsIfpublic void setCustomFacets(KKFacetIf[] customFacets)
ProductsIf
setCustomFacets in interface ProductsIfcustomFacets - the customFacets to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||