public class OrderWrapper extends BaseWrapper implements APIWrapper<Order>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerWrapper |
customer |
protected List<FulfillmentGroupWrapper> |
fulfillmentGroups |
protected Long |
id |
protected List<AdjustmentWrapper> |
orderAdjustments |
protected List<OrderAttributeWrapper> |
orderAttributes |
protected List<OrderItemWrapper> |
orderItems |
protected List<PaymentInfoWrapper> |
paymentInfos |
protected String |
status |
protected Money |
subTotal |
protected Money |
total |
protected Money |
totalShipping |
protected Money |
totalTax |
context| Constructor and Description |
|---|
OrderWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(Order model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(Order model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String status
protected Money totalTax
protected Money totalShipping
protected Money subTotal
protected Money total
protected CustomerWrapper customer
protected List<OrderItemWrapper> orderItems
protected List<FulfillmentGroupWrapper> fulfillmentGroups
protected List<PaymentInfoWrapper> paymentInfos
protected List<AdjustmentWrapper> orderAdjustments
protected List<OrderAttributeWrapper> orderAttributes
public void wrapDetails(Order model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<Order>public void wrapSummary(Order model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<Order>Copyright © 2013. All Rights Reserved.