org.broadleafcommerce.core.web.api.wrapper
public class ProductBundleWrapper extends ProductWrapper
| Modifier and Type | Field and Description |
|---|---|
protected Money |
bundleItemsRetailPrice |
protected Money |
bundleItemsSalePrice |
protected Integer |
priority |
protected List<SkuBundleItemWrapper> |
skuBundleItems |
activeEndDate, activeStartDate, defaultSku, description, id, manufacturer, model, name, productOptions, promoMessagecontext| Constructor and Description |
|---|
ProductBundleWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(Product model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Integer priority
protected Money bundleItemsRetailPrice
protected Money bundleItemsSalePrice
protected List<SkuBundleItemWrapper> skuBundleItems
public void wrap(Product model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<Product>wrap in class ProductWrapperCopyright © 2015. All Rights Reserved.