Package | Description |
---|---|
com.broadleafcommerce.rest.api.endpoint.catalog | |
com.broadleafcommerce.rest.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 |
ProductWrapper.defaultSku |
protected SkuWrapper |
SkuBundleItemWrapper.sku |
Modifier and Type | Field and Description |
---|---|
protected List<SkuWrapper> |
ProductWrapper.additionalSkus |
Modifier and Type | Method and Description |
---|---|
SkuWrapper |
ProductWrapper.getDefaultSku() |
SkuWrapper |
SkuBundleItemWrapper.getSku() |
Modifier and Type | Method and Description |
---|---|
List<SkuWrapper> |
ProductWrapper.getAdditionalSkus() |
Modifier and Type | Method and Description |
---|---|
void |
ProductWrapper.setDefaultSku(SkuWrapper defaultSku) |
void |
SkuBundleItemWrapper.setSku(SkuWrapper sku) |
Modifier and Type | Method and Description |
---|---|
void |
ProductWrapper.setAdditionalSkus(List<SkuWrapper> additionalSkus) |
Copyright © 2020. All rights reserved.