| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
SkuMediaXrefImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SkuMediaXref> |
SkuImpl.skuMedia |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SkuMediaXref> |
SkuImpl.getSkuMediaXref() |
Map<String,SkuMediaXref> |
Sku.getSkuMediaXref()
Returns a map of key/value pairs where the key is a string for the name of a media object and the value
is a cross-reference to a media object.
|
Map<String,SkuMediaXref> |
SkuImpl.getSkuMediaXrefIgnoreDefaultSku() |
Map<String,SkuMediaXref> |
Sku.getSkuMediaXrefIgnoreDefaultSku()
Returns a map of key/value pairs where the key is a string for the name of a media object and the value
is a cross-reference to a media object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SkuImpl.setSkuMediaXref(Map<String,SkuMediaXref> skuMediaXref) |
void |
Sku.setSkuMediaXref(Map<String,SkuMediaXref> skuMediaXref)
Sets a map of key/value pairs where the key is a string for the name of a media object and the value
is a cross-reference object to type Media.
|
Copyright © 2017. All rights reserved.