|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Media | |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.media.domain | |
| Uses of Media in org.broadleafcommerce.core.catalog.domain |
|---|
| Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type Media | |
|---|---|
protected Map<String,Media> |
CategoryImpl.categoryMedia
|
protected Map<String,Media> |
SkuImpl.skuMedia
The sku media. |
| Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type Media | |
|---|---|
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> |
CategoryImpl.getCategoryMedia()
|
Map<String,Media> |
Category.getCategoryMedia()
Gets the category media map. |
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. |
| Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type Media | |
|---|---|
void |
CategoryImpl.setCategoryMedia(Map<String,Media> categoryMedia)
|
void |
Category.setCategoryMedia(Map<String,Media> categoryMedia)
Sets the category media. |
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. |
| Uses of Media in org.broadleafcommerce.core.media.domain |
|---|
| Classes in org.broadleafcommerce.core.media.domain that implement Media | |
|---|---|
class |
MediaImpl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||