| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.media.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Media> |
CategoryImpl.categoryMedia |
protected Map<String,Media> |
SkuImpl.skuMedia
The sku media.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Media> |
ProductImpl.getAllSkuMedia() |
Map<String,Media> |
Product.getAllSkuMedia()
Convenience method for returning all of the media associated with this Product by adding
all the media in
Product.getDefaultSku() as well as all the media in the Skus represented by
Product.getAdditionalSkus() |
Map<String,Media> |
Category.getCategoryMedia()
Gets the category media map.
|
Map<String,Media> |
CategoryImpl.getCategoryMedia() |
Map<String,Media> |
ProductImpl.getMedia() |
Map<String,Media> |
Product.getMedia()
Gets the media for this product.
|
Map<String,Media> |
SkuImpl.getSkuMedia() |
Map<String,Media> |
Sku.getSkuMedia()
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 media object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setCategoryMedia(Map<String,Media> categoryMedia)
Sets the category media.
|
void |
CategoryImpl.setCategoryMedia(Map<String,Media> categoryMedia) |
void |
ProductImpl.setMedia(Map<String,Media> media) |
void |
Product.setMedia(Map<String,Media> media)
Gets the media for this product.
|
void |
SkuImpl.setSkuMedia(Map<String,Media> skuMedia) |
void |
Sku.setSkuMedia(Map<String,Media> skuMedia)
Sets a map of key/value pairs where the key is a string for the name of a media object and the value
is an object of type Media.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediaImpl |
Copyright © 2014. All Rights Reserved.