org.broadleafcommerce.core.web.api.wrapper
Class AmountItemWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.AmountItemWrapper
- All Implemented Interfaces:
- APIUnwrapper<AmountItem>, APIWrapper<AmountItem>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class AmountItemWrapper
- extends BaseWrapper
- implements APIWrapper<AmountItem>, APIUnwrapper<AmountItem>
This is a JAXB wrapper around PaymentInfo.
User: Elbert Bautista
Date: 4/26/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
|
Method Summary |
AmountItem |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
|
void |
wrapDetails(AmountItem model,
javax.servlet.http.HttpServletRequest request)
|
void |
wrapSummary(AmountItem 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
description
protected String description
paymentInfoId
protected Long paymentInfoId
quantity
protected Long quantity
shortDescription
protected String shortDescription
systemId
protected String systemId
unitPrice
protected BigDecimal unitPrice
AmountItemWrapper
public AmountItemWrapper()
wrapDetails
public void wrapDetails(AmountItem model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<AmountItem>
wrapSummary
public void wrapSummary(AmountItem model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<AmountItem>
unwrap
public AmountItem unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
- Specified by:
unwrap in interface APIUnwrapper<AmountItem>
Copyright © 2013. All Rights Reserved.