| Package | Description |
|---|---|
| de.hybris.platform.b2b.testframework | |
| de.hybris.platform.cms2.servicelayer.daos | |
| de.hybris.platform.cms2.servicelayer.daos.impl | |
| de.hybris.platform.core.model.media |
Contains generated models for each type of de.hybris.platform.jalo.media package.
|
| de.hybris.platform.core.resource.media | |
| de.hybris.platform.mediaconversion | |
| de.hybris.platform.mediaconversion.conversion | |
| de.hybris.platform.mediaconversion.model |
Contains generated models for each type of de.hybris.platform.mediaconversion.jalo package.
|
| de.hybris.platform.servicelayer.media | |
| de.hybris.platform.servicelayer.media.impl |
| Modifier and Type | Method and Description |
|---|---|
MediaFormatModel |
ModelFactory.createMediaFormat(String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
MediaFormatModel |
CMSMediaFormatDao.getMediaFormatByQualifier(String qualifier)
Retrieve a single media format which have the specified qualifier value.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MediaFormatModel> |
CMSMediaFormatDao.getAllMediaFormats()
Retrieve all media formats.
|
Collection<MediaFormatModel> |
CMSMediaFormatDao.getMediaFormatsByQualifiers(Collection<String> qualifiers)
Retrieve a collection of media formats which have the specified qualifiers value.
|
| Modifier and Type | Method and Description |
|---|---|
MediaFormatModel |
DefaultCMSMediaFormatDao.getMediaFormatByQualifier(String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MediaFormatModel> |
DefaultCMSMediaFormatDao.getAllMediaFormats() |
Collection<MediaFormatModel> |
DefaultCMSMediaFormatDao.getMediaFormatsByQualifiers(Collection<String> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
MediaFormatModel |
MediaModel.getMediaFormat()
Generated method - Getter of the
Media.mediaFormat attribute defined at extension core. |
MediaFormatModel |
MediaFormatMappingModel.getSource()
Generated method - Getter of the
MediaFormatMapping.source attribute defined at extension core. |
MediaFormatModel |
MediaFormatMappingModel.getTarget()
Generated method - Getter of the
MediaFormatMapping.target attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaModel.setMediaFormat(MediaFormatModel value)
Generated method - Setter of
Media.mediaFormat attribute defined at extension core. |
void |
MediaFormatMappingModel.setSource(MediaFormatModel value)
Generated method - Initial setter of
MediaFormatMapping.source attribute defined at extension core. |
void |
MediaFormatMappingModel.setTarget(MediaFormatModel value)
Generated method - Initial setter of
MediaFormatMapping.target attribute defined at extension core. |
| Constructor and Description |
|---|
MediaFormatMappingModel(MediaContextModel _mediaContext,
ItemModel _owner,
MediaFormatModel _source,
MediaFormatModel _target)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MediaFormatMappingModel(MediaContextModel _mediaContext,
MediaFormatModel _source,
MediaFormatModel _target)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
MediaFormatModel |
MediaFormatResource.getMediaFormatModel()
Convenience method which just delegates to
#getResourceValue() |
protected MediaFormatModel |
MediaFormatResource.readResource(String resourceId)
Gets the
MediaFormatModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<MediaFormatModel> |
MediaFormatsResource.getMediaFormatsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaFormatResource.setMediaFormatModel(MediaFormatModel value)
Convenience method which just delegates to
#setResourceValue(MediaFormatModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaFormatsResource.setMediaFormatsCollection(Collection<MediaFormatModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
MediaModel |
MediaConversionService.getOrConvert(MediaContainerModel container,
MediaFormatModel format)
Retrieves the
MediaModel in the specified MediaFormatModel associated with the given
MediaContainerModel. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultConvertedMediaCreationStrategy.createCode(MediaModel parent,
MediaFormatModel format)
Assembles the code to use for the newly created media.
|
MediaModel |
DefaultMediaConversionService.getOrConvert(MediaContainerModel container,
MediaFormatModel format) |
protected MediaModel |
DefaultMediaConversionService.getUpToDateMediaByFormat(MediaContainerModel container,
MediaFormatModel format)
Retrieves the media in the given format and checks whether it is up to date.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConversionMediaFormatModel
Generated model class for type ConversionMediaFormat first defined at extension mediaconversion.
|
| Modifier and Type | Method and Description |
|---|---|
MediaFormatModel |
MediaService.getFormat(String qualifier)
Gets the format identified unique by given qualifier.
|
MediaFormatModel |
MediaContainerService.getMediaFormatForSourceFormat(MediaContextModel contextModel,
MediaFormatModel sourceFormatModel)
Gets the media format for source format from the given media context.
|
| Modifier and Type | Method and Description |
|---|---|
MediaModel |
MediaService.getMediaByFormat(MediaContainerModel container,
MediaFormatModel format)
Gets media in specified format related to given media container.
|
MediaModel |
MediaService.getMediaByFormat(MediaModel media,
MediaFormatModel format)
Gets media in specified format related to given media.
|
MediaModel |
MediaContainerService.getMediaForFormat(MediaContainerModel mediaContainerModel,
MediaFormatModel mediaFormatModel)
Gets the media for the given format from the given container.
|
MediaFormatModel |
MediaContainerService.getMediaFormatForSourceFormat(MediaContextModel contextModel,
MediaFormatModel sourceFormatModel)
Gets the media format for source format from the given media context.
|
| Modifier and Type | Method and Description |
|---|---|
MediaFormatModel |
DefaultMediaService.getFormat(String qualifier) |
MediaFormatModel |
DefaultMediaContainerService.getMediaFormatForSourceFormat(MediaContextModel contextModel,
MediaFormatModel sourceFormatModel)
Gets the media format for source format from the given media context.
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaFormatModel> |
MediaDao.findFormat(String qualifier)
Deprecated.
|
List<MediaFormatModel> |
DefaultMediaDao.findFormat(String qualifier)
Deprecated.
|
List<MediaFormatModel> |
MediaDao.findMediaFormatByQualifier(String qualifier)
Finds all formats by qualifier.
|
List<MediaFormatModel> |
DefaultMediaDao.findMediaFormatByQualifier(String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
MediaModel |
MediaDao.findMediaByFormat(MediaContainerModel container,
MediaFormatModel format)
|
MediaModel |
DefaultMediaDao.findMediaByFormat(MediaContainerModel container,
MediaFormatModel format) |
MediaModel |
DefaultMediaService.getMediaByFormat(MediaContainerModel container,
MediaFormatModel format) |
MediaModel |
DefaultMediaService.getMediaByFormat(MediaModel media,
MediaFormatModel format) |
MediaModel |
DefaultMediaContainerService.getMediaForFormat(MediaContainerModel mediaContainerModel,
MediaFormatModel mediaFormatModel)
Gets the media for the given format from the given container.
|
MediaFormatModel |
DefaultMediaContainerService.getMediaFormatForSourceFormat(MediaContextModel contextModel,
MediaFormatModel sourceFormatModel)
Gets the media format for source format from the given media context.
|
Copyright © 2017 SAP SE. All Rights Reserved.