| 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)
Search for
Product by product id |
| Modifier and Type | Method and Description |
|---|---|
List<ProductWrapper> |
CatalogEndpoint.findProductsByName(javax.servlet.http.HttpServletRequest request,
String name,
int limit,
int offset)
Search for
Product instances whose name starts with
or is equal to the passed in product name. |
List<ProductWrapper> |
CatalogEndpoint.findProductsForCategory(javax.servlet.http.HttpServletRequest request,
Long id,
int limit,
int offset,
boolean activeOnly) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductBundleWrapper |
| Modifier and Type | Field and Description |
|---|---|
protected ProductWrapper |
RelatedProductWrapper.product |
protected ProductWrapper |
OrderItemWrapper.product |
Copyright © 2015. All Rights Reserved.