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

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

public class FulfillmentGroupItemWrapper
extends BaseWrapper
implements APIWrapper<FulfillmentGroupItem>, APIUnwrapper<FulfillmentGroupItemRequest>

This is a JAXB wrapper around FulfillmentGroupItem. User: Elbert Bautista Date: 4/10/12


Field Summary
protected  Long fulfillmentGroupId
           
protected  Long id
           
protected  Long orderItemId
           
protected  Integer quantity
           
protected  Money retailPrice
           
protected  Money salePrice
           
protected  Money totalTax
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
FulfillmentGroupItemWrapper()
           
 
Method Summary
 FulfillmentGroupItemRequest unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext appContext)
           
 void wrap(FulfillmentGroupItem 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

fulfillmentGroupId

protected Long fulfillmentGroupId

orderItemId

protected Long orderItemId

retailPrice

protected Money retailPrice

salePrice

protected Money salePrice

totalTax

protected Money totalTax

quantity

protected Integer quantity
Constructor Detail

FulfillmentGroupItemWrapper

public FulfillmentGroupItemWrapper()
Method Detail

wrap

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

unwrap

public FulfillmentGroupItemRequest unwrap(javax.servlet.http.HttpServletRequest request,
                                          org.springframework.context.ApplicationContext appContext)
Specified by:
unwrap in interface APIUnwrapper<FulfillmentGroupItemRequest>


Copyright © 2012. All Rights Reserved.