public class FulfillmentGroupWrapper extends BaseWrapper implements APIWrapper<FulfillmentGroup>, APIUnwrapper<FulfillmentGroupRequest>
| Modifier and Type | Field and Description |
|---|---|
protected AddressWrapper |
address |
protected List<AdjustmentWrapper> |
fulfillmentGroupAdjustments |
protected List<FulfillmentGroupItemWrapper> |
fulfillmentGroupItems |
protected FulfillmentOptionWrapper |
fulfillmentOption |
protected BroadleafEnumerationTypeWrapper |
fulfillmentType |
protected Long |
id |
protected Long |
orderId |
protected PhoneWrapper |
phone |
protected List<TaxDetailWrapper> |
taxDetails |
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 |
wrapDetails(FulfillmentGroup model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(FulfillmentGroup model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Long orderId
protected BroadleafEnumerationTypeWrapper fulfillmentType
protected FulfillmentOptionWrapper fulfillmentOption
protected Money total
protected AddressWrapper address
protected PhoneWrapper phone
protected List<AdjustmentWrapper> fulfillmentGroupAdjustments
protected List<FulfillmentGroupItemWrapper> fulfillmentGroupItems
protected List<TaxDetailWrapper> taxDetails
public void wrapDetails(FulfillmentGroup model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<FulfillmentGroup>public void wrapSummary(FulfillmentGroup model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<FulfillmentGroup>public FulfillmentGroupRequest unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext appContext)
unwrap in interface APIUnwrapper<FulfillmentGroupRequest>Copyright © 2014. All Rights Reserved.