Uses of Class
de.hybris.platform.servicelayer.media.MediaIOException
-
Packages that use MediaIOException Package Description de.hybris.platform.mediaconversion.conversion de.hybris.platform.servicelayer.media de.hybris.platform.servicelayer.media.impl -
-
Uses of MediaIOException in de.hybris.platform.mediaconversion.conversion
Methods in de.hybris.platform.mediaconversion.conversion that throw MediaIOException Modifier and Type Method Description MediaModelConvertedMediaCreationStrategy. createOrUpdate(MediaModel parent, ConversionMediaFormatModel format, java.io.InputStream content)Creates a new media which was converted from the givenparentby successful conversion to the givenformator updates the corresponding media if it already exists.MediaModelDefaultConvertedMediaCreationStrategy. createOrUpdate(MediaModel parent, ConversionMediaFormatModel format, java.io.InputStream content)Creates a new media which was converted from the givenparentby successful conversion to the givenformator updates the corresponding media if it already exists. -
Uses of MediaIOException in de.hybris.platform.servicelayer.media
Methods in de.hybris.platform.servicelayer.media that throw MediaIOException Modifier and Type Method Description voidMediaService. copyData(MediaModel fromMedia, MediaModel toMedia)Copies data from a media to another media by linking the data (both medias will point to same data file).voidMediaService. duplicateData(MediaModel fromMedia, MediaModel toMedia)Copies data from a media to another media by duplicating the data (both medias will point to different data file).voidMediaService. moveData(MediaModel fromMedia, MediaModel toMedia)Moves a media data to another media.voidMediaService. moveMediaToFolder(MediaModel media, MediaFolderModel targetFolder)Changes the folder of media to given new folder and move the related media data to this folder.voidMediaService. setDataForMedia(MediaModel media, byte[] data)Sets given raw data to media by writing content of given stream to a new data file.voidMediaService. setFolderForMedia(MediaModel media, MediaFolderModel targetFolder)Deprecated, for removal: This API element is subject to removal in a future version.voidMediaService. setStreamForMedia(MediaModel media, java.io.InputStream data)Sets given data to media by writing content of given stream to a new data file.voidMediaService. setStreamForMedia(MediaModel media, java.io.InputStream data, java.lang.String originalName, java.lang.String mimeType)Sets given data to media by writing content of given stream to a new data file.voidMediaService. setStreamForMedia(MediaModel media, java.io.InputStream data, java.lang.String originalName, java.lang.String mimeType, MediaFolderModel folder)Sets given data to media by writing content of given stream to a new data file. -
Uses of MediaIOException in de.hybris.platform.servicelayer.media.impl
Methods in de.hybris.platform.servicelayer.media.impl that throw MediaIOException Modifier and Type Method Description voidDefaultMediaService. moveMediaToFolder(MediaModel media, MediaFolderModel targetFolder)
-