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

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by org.broadleafcommerce.core.web.api.wrapper.OrderAdjustmentWrapper
All Implemented Interfaces:
APIWrapper<OrderAdjustment>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class OrderAdjustmentWrapper
extends BaseWrapper
implements APIWrapper<OrderAdjustment>

This is a JAXB wrapper around OrderAdjustmentWrapper.

User: Priyesh Patel


Field Summary
protected  OfferWrapper offer
           
protected  String reason
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
OrderAdjustmentWrapper()
           
 
Method Summary
 void wrap(OrderAdjustment 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

offer

protected OfferWrapper offer

reason

protected String reason
Constructor Detail

OrderAdjustmentWrapper

public OrderAdjustmentWrapper()
Method Detail

wrap

public void wrap(OrderAdjustment model,
                 javax.servlet.http.HttpServletRequest request)
Specified by:
wrap in interface APIWrapper<OrderAdjustment>


Copyright © 2013. All Rights Reserved.