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.metaDatadynamic attribute defined at extensionmediaconversion.java.util.Collection<MediaMetaDataModel>MediaModel. getMetaData()Generated method - Getter of theMedia.metaDataattribute defined at extensionmediaconversion.Method parameters in de.hybris.platform.core.model.media with type arguments of type MediaMetaDataModel Modifier and Type Method Description voidMediaModel. setMetaData(java.util.Collection<MediaMetaDataModel> value)Generated method - Setter ofMedia.metaDataattribute 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 allMediaMetaDataModelentries for the givenMediaModel.java.util.Collection<MediaMetaDataModel>MediaMetaDataServiceDao. findMetaData(MediaModel media, java.lang.String group)Retrieves allMediaMetaDataModelentries 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 voidMediaContainerMetaDataAttributeHandler. set(MediaContainerModel model, java.util.Collection<MediaMetaDataModel> value)
-