Uses of Class
de.hybris.platform.servicelayer.media.MediaIOException
Packages that use MediaIOException
Package
Description
-
Uses of MediaIOException in de.hybris.platform.mediaconversion.conversion
Methods in de.hybris.platform.mediaconversion.conversion that throw MediaIOExceptionModifier and TypeMethodDescriptionConvertedMediaCreationStrategy.createOrUpdate(MediaModel parent, ConversionMediaFormatModel format, 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.DefaultConvertedMediaCreationStrategy.createOrUpdate(MediaModel parent, ConversionMediaFormatModel format, 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 MediaIOExceptionModifier and TypeMethodDescriptionvoidMediaService.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, InputStream data) Sets given data to media by writing content of given stream to a new data file.voidMediaService.setStreamForMedia(MediaModel media, InputStream data, String originalName, String mimeType) Sets given data to media by writing content of given stream to a new data file.voidMediaService.setStreamForMedia(MediaModel media, InputStream data, String originalName, 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 MediaIOExceptionModifier and TypeMethodDescriptionvoidDefaultMediaService.moveMediaToFolder(MediaModel media, MediaFolderModel targetFolder)
MediaService.moveMediaToFolder(de.hybris.platform.core.model.media.MediaModel, de.hybris.platform.core.model.media.MediaFolderModel)instead