| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.api.endpoint.catalog | |
| org.broadleafcommerce.core.web.api.wrapper |
| Modifier and Type | Method and Description |
|---|---|
List<RelatedProductWrapper> |
CatalogEndpoint.findCrossSaleProductsByProduct(javax.servlet.http.HttpServletRequest request,
Long id,
int limit,
int offset) |
List<RelatedProductWrapper> |
CatalogEndpoint.findUpSaleProductsByProduct(javax.servlet.http.HttpServletRequest request,
Long id,
int limit,
int offset) |
| Modifier and Type | Field and Description |
|---|---|
protected List<RelatedProductWrapper> |
ProductWrapper.crossSaleProducts |
protected List<RelatedProductWrapper> |
ProductWrapper.upsaleProducts |
Copyright © 2014. All Rights Reserved.