|
||||||||||
| 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 java.util.Map<java.lang.String,Media> |
CategoryImpl.categoryMedia
|
protected java.util.Map<java.lang.String,Media> |
ProductImpl.productMedia
The product media. |
protected java.util.Map<java.lang.String,Media> |
SkuImpl.skuMedia
The sku media. |
| Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type Media | |
|---|---|
java.util.Map<java.lang.String,Media> |
CategoryImpl.getCategoryMedia()
|
java.util.Map<java.lang.String,Media> |
Category.getCategoryMedia()
Gets the category media map. |
java.util.Map<java.lang.String,Media> |
Product.getProductMedia()
Returns a map of key/value pairs that associate the media name (key) with the Media object(value) |
java.util.Map<java.lang.String,Media> |
ProductImpl.getProductMedia()
|
java.util.Map<java.lang.String,Media> |
SkuImpl.getSkuMedia()
|
java.util.Map<java.lang.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(java.util.Map<java.lang.String,Media> categoryMedia)
|
void |
Category.setCategoryMedia(java.util.Map<java.lang.String,Media> categoryMedia)
Sets the category media. |
void |
Product.setProductMedia(java.util.Map<java.lang.String,Media> productMedia)
Sets the product media map. |
void |
ProductImpl.setProductMedia(java.util.Map<java.lang.String,Media> productMedia)
|
void |
SkuImpl.setSkuMedia(java.util.Map<java.lang.String,Media> skuMedia)
|
void |
Sku.setSkuMedia(java.util.Map<java.lang.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 | |||||||||