org.broadleafcommerce.core.web.api.wrapper
Class FulfillmentGroupItemWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.FulfillmentGroupItemWrapper
- All Implemented Interfaces:
- APIUnwrapper<FulfillmentGroupItemRequest>, APIWrapper<FulfillmentGroupItem>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class FulfillmentGroupItemWrapper
- extends BaseWrapper
- implements APIWrapper<FulfillmentGroupItem>, APIUnwrapper<FulfillmentGroupItemRequest>
This is a JAXB wrapper around FulfillmentGroupItem.
User: Elbert Bautista
Date: 4/10/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
fulfillmentGroupId
protected Long fulfillmentGroupId
orderItemId
protected Long orderItemId
totalTax
protected Money totalTax
quantity
protected Integer quantity
totalItemAmount
protected Money totalItemAmount
taxDetails
protected List<TaxDetailWrapper> taxDetails
FulfillmentGroupItemWrapper
public FulfillmentGroupItemWrapper()
wrapDetails
public void wrapDetails(FulfillmentGroupItem model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<FulfillmentGroupItem>
wrapSummary
public void wrapSummary(FulfillmentGroupItem model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<FulfillmentGroupItem>
unwrap
public FulfillmentGroupItemRequest unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext)
- Specified by:
unwrap in interface APIUnwrapper<FulfillmentGroupItemRequest>
Copyright © 2013. All Rights Reserved.