| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.api.endpoint.catalog | |
| org.broadleafcommerce.core.web.api.wrapper |
| Modifier and Type | Method and Description |
|---|---|
ProductWrapper |
CatalogEndpoint.findProductById(javax.servlet.http.HttpServletRequest request,
Long id)
Deprecated.
Search for
Product by product id |
| Modifier and Type | Field and Description |
|---|---|
protected ProductWrapper |
RelatedProductWrapper.product
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ProductWrapper> |
SearchResultsWrapper.products
Deprecated.
|
protected List<ProductWrapper> |
CategoryWrapper.products
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ProductWrapper |
RelatedProductWrapper.getProduct()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductWrapper> |
SearchResultsWrapper.getProducts()
Deprecated.
|
List<ProductWrapper> |
CategoryWrapper.getProducts()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelatedProductWrapper.setProduct(ProductWrapper product)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResultsWrapper.setProducts(List<ProductWrapper> products)
Deprecated.
|
void |
CategoryWrapper.setProducts(List<ProductWrapper> products)
Deprecated.
|
Copyright © 2017. All rights reserved.