org.broadleafcommerce.core.web.api.wrapper
Class ProductBundleWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.ProductWrapper
org.broadleafcommerce.core.web.api.wrapper.ProductBundleWrapper
- All Implemented Interfaces:
- APIWrapper<Product>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class ProductBundleWrapper
- extends ProductWrapper
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
|
Method Summary |
void |
wrap(Product model,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
priority
protected Integer priority
bundleItemsRetailPrice
protected Money bundleItemsRetailPrice
bundleItemsSalePrice
protected Money bundleItemsSalePrice
skuBundleItems
protected List<SkuBundleItemWrapper> skuBundleItems
ProductBundleWrapper
public ProductBundleWrapper()
wrap
public void wrap(Product model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<Product>- Overrides:
wrap in class ProductWrapper
Copyright © 2012. All Rights Reserved.