Modifier and Type | Class and Description |
---|---|
class |
MediaDto
A null safe media object.
|
class |
MediaImpl |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Media> |
CategoryImpl.categoryMedia |
protected Map<String,Media> |
SkuImpl.skuMedia |
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> |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaWrapper.wrapDetails(Media media,
javax.servlet.http.HttpServletRequest request) |
void |
MediaWrapper.wrapSummary(Media media,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
protected Media |
MediaFieldPersistenceProvider.convertJsonToMedia(String jsonProp) |
Modifier and Type | Method and Description |
---|---|
protected String |
MediaFieldPersistenceProvider.convertMediaToJson(Media media) |
protected void |
MediaFieldPersistenceProvider.updateMediaFields(Media oldMedia,
Media newMedia) |
Modifier and Type | Field and Description |
---|---|
protected Media |
MediaField.media |
Modifier and Type | Method and Description |
---|---|
Media |
MediaField.getMedia() |
Modifier and Type | Method and Description |
---|---|
void |
MediaField.setMedia(Media media) |
Modifier and Type | Method and Description |
---|---|
protected Media |
FormBuilderServiceImpl.convertJsonToMedia(String json) |
Copyright © 2014. All rights reserved.