Uses of Class
de.hybris.platform.jalo.media.MediaFormat
Packages that use MediaFormat
Package
Description
-
Uses of MediaFormat in de.hybris.platform.jalo.media
Methods in de.hybris.platform.jalo.media that return MediaFormatModifier and TypeMethodDescriptionMediaManager.createMediaFormat(SessionContext ctx, Map<String, Object> attributeValues) Creates a new format with given parameters.MediaManager.createMediaFormat(String qualifier) Creates a new format with given qualifier.MediaManager.createMediaFormat(Map<String, Object> attributeValues) Creates a new format with given parameters.GeneratedMedia.getMediaFormat()Generated method - Getter of theMedia.mediaFormatattribute.GeneratedMedia.getMediaFormat(SessionContext ctx) Generated method - Getter of theMedia.mediaFormatattribute.MediaManager.getMediaFormatByQualifier(String qualifier) Gets first media format matching given qualifier.GeneratedMediaFormatMapping.getSource()Generated method - Getter of theMediaFormatMapping.sourceattribute.GeneratedMediaFormatMapping.getSource(SessionContext ctx) Generated method - Getter of theMediaFormatMapping.sourceattribute.GeneratedMediaFormatMapping.getTarget()Generated method - Getter of theMediaFormatMapping.targetattribute.GeneratedMediaFormatMapping.getTarget(SessionContext ctx) Generated method - Getter of theMediaFormatMapping.targetattribute.MediaContext.getTargetFormat(MediaFormat source) Gets the format to which given format is mapped.Methods in de.hybris.platform.jalo.media with parameters of type MediaFormatModifier and TypeMethodDescriptionMediaManager.createMedia(String code, MediaFormat format) Creates a new media with given code and format.MediaManager.createMediaFormatMapping(MediaFormat source, MediaFormat target) Creates a new mapping with given source and target format.Media.getInFormat(MediaFormat format) Deprecated.MediaContainer.getMedia(MediaFormat format) Returns media which is related to this container and has the specified format, otherwise null.MediaContext.getTargetFormat(MediaFormat source) Gets the format to which given format is mapped.voidGeneratedMedia.setMediaFormat(MediaFormat value) Generated method - Setter of theMedia.mediaFormatattribute.voidGeneratedMedia.setMediaFormat(SessionContext ctx, MediaFormat value) Generated method - Setter of theMedia.mediaFormatattribute.protected voidGeneratedMediaFormatMapping.setSource(MediaFormat value) Generated method - Setter of theMediaFormatMapping.sourceattribute.protected voidGeneratedMediaFormatMapping.setSource(SessionContext ctx, MediaFormat value) Generated method - Setter of theMediaFormatMapping.sourceattribute.protected voidMediaFormatMapping.setSource(SessionContext ctx, MediaFormat value) Sets the source format.protected voidGeneratedMediaFormatMapping.setTarget(MediaFormat value) Generated method - Setter of theMediaFormatMapping.targetattribute.protected voidGeneratedMediaFormatMapping.setTarget(SessionContext ctx, MediaFormat value) Generated method - Setter of theMediaFormatMapping.targetattribute.protected voidMediaFormatMapping.setTarget(SessionContext ctx, MediaFormat value) Sets the target format. -
Uses of MediaFormat in de.hybris.platform.mediaconversion.jalo
Subclasses of MediaFormat in de.hybris.platform.mediaconversion.jaloModifier and TypeClassDescriptionclassMediaFormatextension providing the extra information to convert a media to this specific format.classGenerated class for typeConversionMediaFormat. -
Uses of MediaFormat in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return MediaFormatModifier and TypeMethodDescriptionGeneratedServicelayerManager.createMediaFormat(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createMediaFormat(Map attributeValues)
de.hybris.platform.servicelayer.media.MediaService#getMediaByFormat(de.hybris.platform.core.model.media .MediaModel, de.hybris.platform.core.model.media.MediaFormatModel)instead.