Uses of Class
de.hybris.platform.mediaconversion.model.MediaMetaDataModel
-
Packages that use MediaMetaDataModel Package Description de.hybris.platform.core.model.media Contains generated models for each type of de.hybris.platform.jalo.media package.de.hybris.platform.mediaconversion.metadata de.hybris.platform.mediaconversion.model.attributes -
-
Uses of MediaMetaDataModel in de.hybris.platform.core.model.media
Methods in de.hybris.platform.core.model.media that return types with arguments of type MediaMetaDataModel Modifier and Type Method Description java.util.Collection<MediaMetaDataModel>
MediaContainerModel. getMetaData()
Generated method - Getter of theMediaContainer.metaData
dynamic attribute defined at extensionmediaconversion
.java.util.Collection<MediaMetaDataModel>
MediaModel. getMetaData()
Generated method - Getter of theMedia.metaData
attribute defined at extensionmediaconversion
.Method parameters in de.hybris.platform.core.model.media with type arguments of type MediaMetaDataModel Modifier and Type Method Description void
MediaModel. setMetaData(java.util.Collection<MediaMetaDataModel> value)
Generated method - Setter ofMedia.metaData
attribute defined at extensionmediaconversion
. -
Uses of MediaMetaDataModel in de.hybris.platform.mediaconversion.metadata
Methods in de.hybris.platform.mediaconversion.metadata that return types with arguments of type MediaMetaDataModel Modifier and Type Method Description java.util.Collection<MediaMetaDataModel>
DefaultMediaMetaDataServiceDao. findMetaData(MediaModel media, java.lang.String group)
Retrieves allMediaMetaDataModel
entries for the givenMediaModel
.java.util.Collection<MediaMetaDataModel>
MediaMetaDataServiceDao. findMetaData(MediaModel media, java.lang.String group)
Retrieves allMediaMetaDataModel
entries for the givenMediaModel
. -
Uses of MediaMetaDataModel in de.hybris.platform.mediaconversion.model.attributes
Methods in de.hybris.platform.mediaconversion.model.attributes that return types with arguments of type MediaMetaDataModel Modifier and Type Method Description java.util.Collection<MediaMetaDataModel>
MediaContainerMetaDataAttributeHandler. get(MediaContainerModel model)
Retrieves the metadata of the current master for thisMediaContainerModel
.Method parameters in de.hybris.platform.mediaconversion.model.attributes with type arguments of type MediaMetaDataModel Modifier and Type Method Description void
MediaContainerMetaDataAttributeHandler. set(MediaContainerModel model, java.util.Collection<MediaMetaDataModel> value)
-