Package | Description |
---|---|
com.broadleafcommerce.rest.api.endpoint.catalog | |
com.broadleafcommerce.rest.api.wrapper |
Modifier and Type | Method and Description |
---|---|
ProductWrapper |
CatalogEndpoint.findProductById(javax.servlet.http.HttpServletRequest request,
Long id)
Search for
Product by product id |
ProductWrapper |
CatalogEndpoint.findProductById(javax.servlet.http.HttpServletRequest request,
Long id,
Boolean includePromotionMessages,
Boolean includePriceData)
Search for
Product by product id |
Modifier and Type | Method and Description |
---|---|
List<ProductWrapper> |
RelatedProductsEndpoint.getRelatedProducts(javax.servlet.http.HttpServletRequest request,
Long productId,
String productKey,
Long categoryId,
String categoryKey,
Integer quantity,
String type,
Boolean includePromotionMessages,
Boolean includePriceData) |
Modifier and Type | Field and Description |
---|---|
protected ProductWrapper |
ConfigurableOrderItemWrapper.product |
protected ProductWrapper |
RelatedProductWrapper.product |
Modifier and Type | Field and Description |
---|---|
protected List<ProductWrapper> |
SearchResultsWrapper.products |
protected List<ProductWrapper> |
CategoryWrapper.products |
protected List<ProductWrapper> |
CategoryWrapper.relatedProducts |
Modifier and Type | Method and Description |
---|---|
ProductWrapper |
ConfigurableOrderItemWrapper.getProduct() |
ProductWrapper |
RelatedProductWrapper.getProduct() |
Modifier and Type | Method and Description |
---|---|
List<ProductWrapper> |
SearchResultsWrapper.getProducts() |
List<ProductWrapper> |
CategoryWrapper.getProducts() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableOrderItemWrapper.setProduct(ProductWrapper product) |
void |
RelatedProductWrapper.setProduct(ProductWrapper product) |
Modifier and Type | Method and Description |
---|---|
void |
SearchResultsWrapper.setProducts(List<ProductWrapper> products) |
void |
CategoryWrapper.setProducts(List<ProductWrapper> products) |
Copyright © 2020. All rights reserved.