| Package | Description |
|---|---|
| org.broadleafcommerce.profile.core.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomerAttributeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomerAttribute> |
CustomerImpl.customerAttributes |
| Modifier and Type | Method and Description |
|---|---|
CustomerAttribute |
Customer.getCustomerAttributeByName(String name)
Looks at all CustomerAttributes for this product and returns the attribute that matches the given name
|
CustomerAttribute |
CustomerImpl.getCustomerAttributeByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerAttribute> |
Customer.getCustomerAttributes() |
List<CustomerAttribute> |
CustomerImpl.getCustomerAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Customer.setCustomerAttributes(List<CustomerAttribute> customerAttributes) |
void |
CustomerImpl.setCustomerAttributes(List<CustomerAttribute> customerAttributes) |
Copyright © 2015. All Rights Reserved.