| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
SkuAttributeImpl
The Class SkuAttributeImpl is the default implementation of
SkuAttribute. |
| Modifier and Type | Field and Description |
|---|---|
protected List<SkuAttribute> |
SkuImpl.skuAttributes |
| Modifier and Type | Method and Description |
|---|---|
<G extends SkuAttribute> |
SkuAttributeImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Collection<SkuAttribute>> |
Sku.getMultiValueSkuAttributes()
Returns multivalued SkuAttributes associated with this sku using
MultiValueMap. |
Map<String,Collection<SkuAttribute>> |
SkuImpl.getMultiValueSkuAttributes() |
Map<String,SkuAttribute> |
Sku.getSkuAttributes()
Deprecated.
use
Sku.getMultiValueSkuAttributes() instead. |
Map<String,SkuAttribute> |
SkuImpl.getSkuAttributes()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sku.setSkuAttributes(Map<String,SkuAttribute> skuAttributes)
Sets the denormalized set of key-value pairs on a Sku
|
void |
SkuImpl.setSkuAttributes(Map<String,SkuAttribute> skuAttributes) |
Copyright © 2026. All rights reserved.