Package | Description |
---|---|
com.broadleafcommerce.rest.api.endpoint.catalog | |
com.broadleafcommerce.rest.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 |
Modifier and Type | Method and Description |
---|---|
List<RelatedProductWrapper> |
ProductWrapper.getCrossSaleProducts() |
List<RelatedProductWrapper> |
ProductWrapper.getUpsaleProducts() |
Modifier and Type | Method and Description |
---|---|
void |
ProductWrapper.setCrossSaleProducts(List<RelatedProductWrapper> crossSaleProducts) |
void |
ProductWrapper.setUpsaleProducts(List<RelatedProductWrapper> upsaleProducts) |
Copyright © 2020. All rights reserved.