org.broadleafcommerce.core.web.api.wrapper
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<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 |
wrap(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
public void wrap(Order model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<Order>Copyright © 2015. All Rights Reserved.