org.broadleafcommerce.core.web.api.wrapper
public class FulfillmentGroupWrapper extends BaseWrapper implements APIWrapper<FulfillmentGroup>, APIUnwrapper<FulfillmentGroupRequest>
| Modifier and Type | Field and Description |
|---|---|
protected AddressWrapper |
address |
protected List<FulfillmentGroupItemWrapper> |
fulfillmentGroupItems |
protected Long |
id |
protected Long |
orderId |
protected PhoneWrapper |
phone |
protected Money |
total |
context| Constructor and Description |
|---|
FulfillmentGroupWrapper() |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentGroupRequest |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext) |
void |
wrap(FulfillmentGroup model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Long orderId
protected Money total
protected AddressWrapper address
protected PhoneWrapper phone
protected List<FulfillmentGroupItemWrapper> fulfillmentGroupItems
public void wrap(FulfillmentGroup model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<FulfillmentGroup>public FulfillmentGroupRequest unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext appContext)
unwrap in interface APIUnwrapper<FulfillmentGroupRequest>Copyright © 2015. All Rights Reserved.