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

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

public class FulfillmentGroupWrapper
extends BaseWrapper
implements APIWrapper<FulfillmentGroup>, APIUnwrapper<FulfillmentGroupRequest>

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


Field Summary
protected  AddressWrapper address
           
protected  List<FulfillmentGroupItemWrapper> fulfillmentGroupItems
           
protected  Long id
           
protected  Long orderId
           
protected  PhoneWrapper phone
           
protected  Money total
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
FulfillmentGroupWrapper()
           
 
Method Summary
 FulfillmentGroupRequest unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext appContext)
           
 void wrap(FulfillmentGroup 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

orderId

protected Long orderId

total

protected Money total

address

protected AddressWrapper address

phone

protected PhoneWrapper phone

fulfillmentGroupItems

protected List<FulfillmentGroupItemWrapper> fulfillmentGroupItems
Constructor Detail

FulfillmentGroupWrapper

public FulfillmentGroupWrapper()
Method Detail

wrap

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

unwrap

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


Copyright © 2012. All Rights Reserved.