com.broadleafcommerce.core.rest.api.v2.wrapper.CustomerWrapper
User: Elbert Bautista
Date: 4/18/12@Deprecated public class CustomerWrapper extends BaseWrapper implements APIWrapper<Customer>, APIUnwrapper<Customer>
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomerAttributeWrapper> |
customerAttributes
Deprecated.
|
protected String |
emailAddress
Deprecated.
|
protected String |
firstName
Deprecated.
|
protected Long |
id
Deprecated.
|
protected String |
lastName
Deprecated.
|
context| Constructor and Description |
|---|
CustomerWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomerAttributeWrapper> |
getCustomerAttributes()
Deprecated.
|
String |
getEmailAddress()
Deprecated.
|
String |
getFirstName()
Deprecated.
|
Long |
getId()
Deprecated.
|
String |
getLastName()
Deprecated.
|
void |
setCustomerAttributes(List<CustomerAttributeWrapper> customerAttributes)
Deprecated.
|
void |
setEmailAddress(String emailAddress)
Deprecated.
|
void |
setFirstName(String firstName)
Deprecated.
|
void |
setId(Long id)
Deprecated.
|
void |
setLastName(String lastName)
Deprecated.
|
Customer |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
Deprecated.
|
void |
wrapDetails(Customer model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(Customer model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected Long id
protected String firstName
protected String lastName
protected String emailAddress
protected List<CustomerAttributeWrapper> customerAttributes
public void wrapDetails(Customer model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<Customer>public void wrapSummary(Customer model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<Customer>public Customer unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext context)
unwrap in interface APIUnwrapper<Customer>public Long getId()
public void setId(Long id)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public List<CustomerAttributeWrapper> getCustomerAttributes()
public void setCustomerAttributes(List<CustomerAttributeWrapper> customerAttributes)
Copyright © 2020. All rights reserved.