org.broadleafcommerce.core.web.api.wrapper
Class OrderAttributeWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.OrderAttributeWrapper
- All Implemented Interfaces:
- APIWrapper<OrderAttribute>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class OrderAttributeWrapper
- extends BaseWrapper
- implements APIWrapper<OrderAttribute>
API wrapper to wrap Order Attributes.
- Author:
- Priyesh Patel
| 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 |
id
protected Long id
name
protected String name
value
protected String value
orderId
protected Long orderId
OrderAttributeWrapper
public OrderAttributeWrapper()
wrapDetails
public void wrapDetails(OrderAttribute model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<OrderAttribute>
wrapSummary
public void wrapSummary(OrderAttribute model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<OrderAttribute>
Copyright © 2013. All Rights Reserved.