org.broadleafcommerce.core.web.api.wrapper
Class OrderAttributeWrapper

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by 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

Field Summary
protected  Long id
           
protected  String name
           
protected  Long orderId
           
protected  String value
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
OrderAttributeWrapper()
           
 
Method Summary
 void wrapDetails(OrderAttribute model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(OrderAttribute model, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

name

protected String name

value

protected String value

orderId

protected Long orderId
Constructor Detail

OrderAttributeWrapper

public OrderAttributeWrapper()
Method Detail

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.