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

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

public class OrderItemQualifierWrapper
extends BaseWrapper
implements APIWrapper<OrderItemQualifier>


Field Summary
protected  Long offerId
           
protected  Long quantity
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
OrderItemQualifierWrapper()
           
 
Method Summary
 void wrapDetails(OrderItemQualifier model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(OrderItemQualifier 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

offerId

protected Long offerId

quantity

protected Long quantity
Constructor Detail

OrderItemQualifierWrapper

public OrderItemQualifierWrapper()
Method Detail

wrapDetails

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

wrapSummary

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


Copyright © 2013. All Rights Reserved.