Uses of Class
de.hybris.platform.cockpit.services.media.MediaInfo
-
Packages that use MediaInfo Package Description de.hybris.platform.cockpit.services.media de.hybris.platform.cockpit.services.media.impl -
-
Uses of MediaInfo in de.hybris.platform.cockpit.services.media
Methods in de.hybris.platform.cockpit.services.media that return MediaInfo Modifier and Type Method Description MediaInfoMediaInfoService. getNonWebMediaInfo(java.lang.String mime)Gets the non web media info.Methods in de.hybris.platform.cockpit.services.media that return types with arguments of type MediaInfo Modifier and Type Method Description java.util.Set<MediaInfo>MediaInfoService. getNonWebMediaInfos()Gets the non web media infos.java.util.Set<MediaInfo>MediaInfoService. getWebMediaInfos()Gets the web media infos. -
Uses of MediaInfo in de.hybris.platform.cockpit.services.media.impl
Methods in de.hybris.platform.cockpit.services.media.impl that return MediaInfo Modifier and Type Method Description MediaInfoDefaultMediaInfoService. getNonWebMediaInfo(java.lang.String mime)Methods in de.hybris.platform.cockpit.services.media.impl that return types with arguments of type MediaInfo Modifier and Type Method Description java.util.Set<MediaInfo>DefaultMediaInfoService. getNonWebMediaInfos()java.util.Set<MediaInfo>DefaultMediaInfoService. getWebMediaInfos()Method parameters in de.hybris.platform.cockpit.services.media.impl with type arguments of type MediaInfo Modifier and Type Method Description voidDefaultMediaInfoService. setNonWebMedias(java.util.Set<MediaInfo> nonWebMedias)voidDefaultMediaInfoService. setWebMedias(java.util.Set<MediaInfo> webMedias)
-