Uses of Class
de.hybris.platform.jalo.media.MediaFormat
-
Packages that use MediaFormat Package Description de.hybris.platform.jalo.media de.hybris.platform.mediaconversion.jalo de.hybris.platform.servicelayer.internal.jalo -
-
Uses of MediaFormat in de.hybris.platform.jalo.media
Methods in de.hybris.platform.jalo.media that return MediaFormat Modifier and Type Method Description MediaFormatMediaManager. createMediaFormat(SessionContext ctx, java.util.Map<java.lang.String,java.lang.Object> attributeValues)Creates a new format with given parameters.MediaFormatMediaManager. createMediaFormat(java.lang.String qualifier)Creates a new format with given qualifier.MediaFormatMediaManager. createMediaFormat(java.util.Map<java.lang.String,java.lang.Object> attributeValues)Creates a new format with given parameters.MediaFormatGeneratedMedia. getMediaFormat()Generated method - Getter of theMedia.mediaFormatattribute.MediaFormatGeneratedMedia. getMediaFormat(SessionContext ctx)Generated method - Getter of theMedia.mediaFormatattribute.MediaFormatMediaManager. getMediaFormatByQualifier(java.lang.String qualifier)Gets first media format matching given qualifier.MediaFormatGeneratedMediaFormatMapping. getSource()Generated method - Getter of theMediaFormatMapping.sourceattribute.MediaFormatGeneratedMediaFormatMapping. getSource(SessionContext ctx)Generated method - Getter of theMediaFormatMapping.sourceattribute.MediaFormatGeneratedMediaFormatMapping. getTarget()Generated method - Getter of theMediaFormatMapping.targetattribute.MediaFormatGeneratedMediaFormatMapping. getTarget(SessionContext ctx)Generated method - Getter of theMediaFormatMapping.targetattribute.MediaFormatMediaContext. getTargetFormat(MediaFormat source)Gets the format to which given format is mapped.Methods in de.hybris.platform.jalo.media with parameters of type MediaFormat Modifier and Type Method Description MediaMediaManager. createMedia(java.lang.String code, MediaFormat format)Creates a new media with given code and format.MediaFormatMappingMediaManager. createMediaFormatMapping(MediaFormat source, MediaFormat target)Creates a new mapping with given source and target format.MediaMedia. getInFormat(MediaFormat format)Deprecated.since ages - usede.hybris.platform.servicelayer.media.MediaService#getMediaByFormat(de.hybris.platform.core.model.media .MediaModel, de.hybris.platform.core.model.media.MediaFormatModel)instead.MediaMediaContainer. getMedia(MediaFormat format)Returns media which is related to this container and has the specified format, otherwise null.MediaFormatMediaContext. 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.jalo Modifier and Type Class Description classConversionMediaFormatMediaFormatextension providing the extra information to convert a media to this specific format.classGeneratedConversionMediaFormatGenerated class for typeConversionMediaFormat. -
Uses of MediaFormat in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return MediaFormat Modifier and Type Method Description MediaFormatGeneratedServicelayerManager. createMediaFormat(SessionContext ctx, java.util.Map attributeValues)MediaFormatGeneratedServicelayerManager. createMediaFormat(java.util.Map attributeValues)
-