Modifier and Type | Class and Description |
---|---|
class |
MediaDto
A null safe media object.
|
class |
MediaImpl |
Modifier and Type | Class and Description |
---|---|
class |
CategoryMediaXrefImpl |
class |
SkuMediaXrefImpl |
Modifier and Type | Field and Description |
---|---|
protected Media |
CategoryMediaXrefImpl.media |
protected Media |
SkuMediaXrefImpl.media |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Media> |
CategoryImpl.legacyCategoryMedia |
protected Map<String,Media> |
SkuImpl.legacySkuMedia |
Modifier and Type | Method and Description |
---|---|
Media |
CategoryMediaXrefImpl.getMedia() |
Media |
SkuMediaXref.getMedia() |
Media |
CategoryMediaXref.getMedia() |
Media |
SkuMediaXrefImpl.getMedia() |
Media |
Sku.getPrimarySkuMedia()
Returns the primary
Media for this Sku |
Media |
SkuImpl.getPrimarySkuMedia() |
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()
Deprecated.
use
Category.getCategoryMediaXref() instead |
Map<String,Media> |
CategoryImpl.getCategoryMedia()
Deprecated.
|
Map<String,Media> |
ProductImpl.getMedia() |
Map<String,Media> |
Product.getMedia()
Gets the media for this product.
|
Map<String,Media> |
Sku.getSkuMedia()
Deprecated.
use
Sku.getSkuMediaXref() instead |
Map<String,Media> |
SkuImpl.getSkuMedia()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryMediaXrefImpl.setMedia(Media media) |
void |
SkuMediaXref.setMedia(Media media) |
void |
CategoryMediaXref.setMedia(Media media) |
void |
SkuMediaXrefImpl.setMedia(Media media) |
Modifier and Type | Method and Description |
---|---|
void |
Category.setCategoryMedia(Map<String,Media> categoryMedia)
Deprecated.
use
Category.setCategoryMediaXref(Map) instead |
void |
CategoryImpl.setCategoryMedia(Map<String,Media> categoryMedia)
Deprecated.
|
void |
ProductImpl.setMedia(Map<String,Media> media) |
void |
Product.setMedia(Map<String,Media> media)
Gets the media for this product.
|
void |
Sku.setSkuMedia(Map<String,Media> skuMedia)
Deprecated.
use
Sku.setSkuMediaXref(java.util.Map) instead |
void |
SkuImpl.setSkuMedia(Map<String,Media> skuMedia)
Deprecated.
|
Constructor and Description |
---|
CategoryMediaXrefImpl(Category category,
Media media,
String key) |
SkuMediaXrefImpl(Sku sku,
Media media,
String key) |
Modifier and Type | Field and Description |
---|---|
protected Media |
PromotionMessageImpl.media |
Modifier and Type | Method and Description |
---|---|
Media |
PromotionMessage.getMedia() |
Media |
PromotionMessageImpl.getMedia() |
Modifier and Type | Method and Description |
---|---|
void |
PromotionMessage.setMedia(Media media) |
void |
PromotionMessageImpl.setMedia(Media media) |
Modifier and Type | Field and Description |
---|---|
protected Media |
PromotionMessageDTO.media |
Modifier and Type | Method and Description |
---|---|
Media |
PromotionMessageDTO.getMedia() |
Modifier and Type | Method and Description |
---|---|
void |
PromotionMessageDTO.setMedia(Media media) |
Modifier and Type | Method and Description |
---|---|
static String |
BroadleafSitemapUtils.generateImageUrl(SiteMapBuilder siteMapBuilder,
Media media) |
Modifier and Type | Method and Description |
---|---|
protected String |
MediaFieldPersistenceProvider.convertMediaToJson(Media media) |
protected boolean |
MediaFieldPersistenceProvider.establishDirtyState(Media newMedia,
Media media) |
protected void |
MediaFieldPersistenceProvider.updateMedia(PopulateValueRequest populateValueRequest,
Media newMedia,
boolean persist,
Media media) |
protected void |
MediaFieldPersistenceProvider.updateMediaFields(Media oldMedia,
Media newMedia) |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
MediaFieldPersistenceProviderExtensionHandler.checkDirtyState(Media oldMedia,
Media newMedia,
ExtensionResultHolder<Boolean> resultHolder) |
ExtensionResultStatusType |
MediaFieldPersistenceProviderExtensionHandler.postAdd(Media media) |
ExtensionResultStatusType |
MediaFieldPersistenceProviderExtensionHandler.postUpdate(Media media) |
ExtensionResultStatusType |
MediaFieldPersistenceProviderExtensionHandler.transformId(Media media,
ExtensionResultHolder<Long> resultHolder) |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
MediaFieldPersistenceProviderExtensionHandler.retrieveMedia(Object instance,
PopulateValueRequest request,
ExtensionResultHolder<Tuple<Media,Boolean>> resultHolder) |
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 |
---|---|
Media |
MediaBuilderService.convertJsonToMedia(String json,
Class<?> type)
|
Media |
MediaBuilderServiceImpl.convertJsonToMedia(String json,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
MediaBuilderService.instantiateMediaFields(Media media)
|
void |
MediaBuilderServiceImpl.instantiateMediaFields(Media media) |
Copyright © 2022. All rights reserved.