Uses of Class
de.hybris.platform.jalo.media.MediaFormatMapping
-
Packages that use MediaFormatMapping Package Description de.hybris.platform.jalo.media de.hybris.platform.servicelayer.internal.jalo -
-
Uses of MediaFormatMapping in de.hybris.platform.jalo.media
Fields in de.hybris.platform.jalo.media with type parameters of type MediaFormatMapping Modifier and Type Field Description protected static OneToManyHandler<MediaFormatMapping>GeneratedMediaContext. MAPPINGSHANDLEROneToManyHandlerfor handling 1:n MAPPINGS's relation attributes from 'many' side.Methods in de.hybris.platform.jalo.media that return MediaFormatMapping Modifier and Type Method Description MediaFormatMappingMediaManager. createMediaFormatMapping(MediaFormat source, MediaFormat target)Creates a new mapping with given source and target format.MediaFormatMappingMediaManager. createMediaFormatMapping(SessionContext ctx, java.util.Map<java.lang.String,java.lang.Object> attributeValues)Creates a new mapping with given parameters.MediaFormatMappingMediaManager. createMediaFormatMapping(java.util.Map<java.lang.String,java.lang.Object> attributeValues)Creates a new mapping with given parameters.Methods in de.hybris.platform.jalo.media that return types with arguments of type MediaFormatMapping Modifier and Type Method Description java.util.Collection<MediaFormatMapping>GeneratedMediaContext. getMappings()Generated method - Getter of theMediaContext.mappingsattribute.java.util.Collection<MediaFormatMapping>GeneratedMediaContext. getMappings(SessionContext ctx)Generated method - Getter of theMediaContext.mappingsattribute.Methods in de.hybris.platform.jalo.media with parameters of type MediaFormatMapping Modifier and Type Method Description voidGeneratedMediaContext. addToMappings(MediaFormatMapping value)Generated method - Addsvalueto mappings.voidGeneratedMediaContext. addToMappings(SessionContext ctx, MediaFormatMapping value)Generated method - Addsvalueto mappings.voidMediaContext. addToMappings(SessionContext ctx, MediaFormatMapping value)Adds a format mapping to the context.voidGeneratedMediaContext. removeFromMappings(MediaFormatMapping value)Generated method - Removesvaluefrom mappings.voidGeneratedMediaContext. removeFromMappings(SessionContext ctx, MediaFormatMapping value)Generated method - Removesvaluefrom mappings.Method parameters in de.hybris.platform.jalo.media with type arguments of type MediaFormatMapping Modifier and Type Method Description voidGeneratedMediaContext. setMappings(SessionContext ctx, java.util.Collection<MediaFormatMapping> value)Generated method - Setter of theMediaContext.mappingsattribute.voidGeneratedMediaContext. setMappings(java.util.Collection<MediaFormatMapping> value)Generated method - Setter of theMediaContext.mappingsattribute.voidMediaContext. setMappings(SessionContext ctx, java.util.Collection<MediaFormatMapping> value)Sets given format mappings for this container. -
Uses of MediaFormatMapping in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return MediaFormatMapping Modifier and Type Method Description MediaFormatMappingGeneratedServicelayerManager. createMediaFormatMapping(SessionContext ctx, java.util.Map attributeValues)MediaFormatMappingGeneratedServicelayerManager. createMediaFormatMapping(java.util.Map attributeValues)
-