org.broadleafcommerce.core.web.api.wrapper
Class ProductOptionWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.ProductOptionWrapper
- All Implemented Interfaces:
- APIWrapper<ProductOption>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class ProductOptionWrapper
- extends BaseWrapper
- implements APIWrapper<ProductOption>
This is a JAXB wrapper around Product.
User: Kelly Tisdell
Date: 4/10/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeName
protected String attributeName
label
protected String label
required
protected Boolean required
productOptionType
protected String productOptionType
allowedValues
protected List<ProductOptionValueWrapper> allowedValues
ProductOptionWrapper
public ProductOptionWrapper()
wrapDetails
public void wrapDetails(ProductOption model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<ProductOption>
wrapSummary
public void wrapSummary(ProductOption model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<ProductOption>
Copyright © 2013. All Rights Reserved.