org.broadleafcommerce.core.web.api.wrapper
Class CustomerWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.CustomerWrapper
- All Implemented Interfaces:
- APIUnwrapper<Customer>, APIWrapper<Customer>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class CustomerWrapper
- extends BaseWrapper
- implements APIWrapper<Customer>, APIUnwrapper<Customer>
This is a JAXB wrapper around FulfillmentGroupItem.
User: Elbert Bautista
Date: 4/18/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
|
Method Summary |
Customer |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
|
void |
wrapDetails(Customer model,
javax.servlet.http.HttpServletRequest request)
|
void |
wrapSummary(Customer 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
firstName
protected String firstName
lastName
protected String lastName
emailAddress
protected String emailAddress
customerAttributes
protected List<CustomerAttributeWrapper> customerAttributes
CustomerWrapper
public CustomerWrapper()
wrapDetails
public void wrapDetails(Customer model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<Customer>
wrapSummary
public void wrapSummary(Customer model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<Customer>
unwrap
public Customer unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
- Specified by:
unwrap in interface APIUnwrapper<Customer>
Copyright © 2013. All Rights Reserved.