org.broadleafcommerce.core.web.api.wrapper
Class OrderWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.OrderWrapper
- All Implemented Interfaces:
- APIWrapper<Order>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class OrderWrapper
- extends BaseWrapper
- implements APIWrapper<Order>
This is a JAXB wrapper around Order.
User: Elbert Bautista
Date: 4/10/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
|
Method Summary |
void |
wrap(Order model,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
status
protected String status
totalTax
protected Money totalTax
totalShipping
protected Money totalShipping
subTotal
protected Money subTotal
total
protected Money total
customer
protected CustomerWrapper customer
orderItems
protected List<OrderItemWrapper> orderItems
fulfillmentGroups
protected List<FulfillmentGroupWrapper> fulfillmentGroups
paymentInfos
protected List<PaymentInfoWrapper> paymentInfos
OrderWrapper
public OrderWrapper()
wrap
public void wrap(Order model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<Order>
Copyright © 2012. All Rights Reserved.