| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.api.endpoint.catalog | |
| org.broadleafcommerce.core.web.api.wrapper |
| Modifier and Type | Method and Description |
|---|---|
SkuWrapper |
CatalogEndpoint.findDefaultSkuByProductId(javax.servlet.http.HttpServletRequest request,
Long id) |
SkuWrapper |
CatalogEndpoint.findSkuById(javax.servlet.http.HttpServletRequest request,
Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<SkuWrapper> |
CatalogEndpoint.findSkusByProductById(javax.servlet.http.HttpServletRequest request,
Long id)
Search for
Sku instances for a given product |
| Modifier and Type | Field and Description |
|---|---|
protected SkuWrapper |
SkuBundleItemWrapper.sku |
| Modifier and Type | Field and Description |
|---|---|
protected List<SkuWrapper> |
SearchResultsWrapper.skus |
| Modifier and Type | Method and Description |
|---|---|
SkuWrapper |
SkuBundleItemWrapper.getSku() |
| Modifier and Type | Method and Description |
|---|---|
List<SkuWrapper> |
SearchResultsWrapper.getSkus() |
| Modifier and Type | Method and Description |
|---|---|
void |
SkuBundleItemWrapper.setSku(SkuWrapper sku) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResultsWrapper.setSkus(List<SkuWrapper> skus) |
Copyright © 2015. All Rights Reserved.