| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.web.api.wrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductAttributeImpl
The Class ProductAttributeImpl.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ProductAttribute> |
ProductImpl.productAttributes |
| Modifier and Type | Method and Description |
|---|---|
<G extends ProductAttribute> |
ProductAttributeImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProductAttribute> |
ProductImpl.getProductAttributes() |
Map<String,ProductAttribute> |
Product.getProductAttributes()
Generic key-value pair of attributes to associate to this Product for maximum
extensibility.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductImpl.setProductAttributes(Map<String,ProductAttribute> productAttributes) |
void |
Product.setProductAttributes(Map<String,ProductAttribute> productAttributes)
Sets a generic list of key-value pairs for Product
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductAttributeWrapper.wrapDetails(ProductAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
ProductAttributeWrapper.wrapSummary(ProductAttribute model,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2015. All rights reserved.