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  List<TaxDetailWrapper> taxDetails
           
protected  Money totalItemAmount
           
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 wrapDetails(FulfillmentGroupItem model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(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

totalTax

protected Money totalTax

quantity

protected Integer quantity

totalItemAmount

protected Money totalItemAmount

taxDetails

protected List<TaxDetailWrapper> taxDetails
Constructor Detail

FulfillmentGroupItemWrapper

public FulfillmentGroupItemWrapper()
Method Detail

wrapDetails

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

wrapSummary

public void wrapSummary(FulfillmentGroupItem model,
                        javax.servlet.http.HttpServletRequest request)
Specified by:
wrapSummary 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 © 2013. All Rights Reserved.