org.broadleafcommerce.core.web.api.wrapper
Class FulfillmentGroupWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
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
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FulfillmentGroupWrapper
public FulfillmentGroupWrapper()
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 © 2013. All Rights Reserved.