Uses of Class
de.hybris.platform.jalo.media.MediaFormatMapping
Packages that use MediaFormatMapping
-
Uses of MediaFormatMapping in de.hybris.platform.jalo.media
Fields in de.hybris.platform.jalo.media with type parameters of type MediaFormatMappingModifier and TypeFieldDescriptionprotected static final OneToManyHandler<MediaFormatMapping>GeneratedMediaContext.MAPPINGSHANDLEROneToManyHandlerfor handling 1:n MAPPINGS's relation attributes from 'many' side.Methods in de.hybris.platform.jalo.media that return MediaFormatMappingModifier and TypeMethodDescriptionMediaManager.createMediaFormatMapping(MediaFormat source, MediaFormat target) Creates a new mapping with given source and target format.MediaManager.createMediaFormatMapping(SessionContext ctx, Map<String, Object> attributeValues) Creates a new mapping with given parameters.MediaManager.createMediaFormatMapping(Map<String, Object> attributeValues) Creates a new mapping with given parameters.Methods in de.hybris.platform.jalo.media that return types with arguments of type MediaFormatMappingModifier and TypeMethodDescriptionGeneratedMediaContext.getMappings()Generated method - Getter of theMediaContext.mappingsattribute.GeneratedMediaContext.getMappings(SessionContext ctx) Generated method - Getter of theMediaContext.mappingsattribute.Methods in de.hybris.platform.jalo.media with parameters of type MediaFormatMappingModifier and TypeMethodDescriptionvoidGeneratedMediaContext.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 MediaFormatMappingModifier and TypeMethodDescriptionvoidGeneratedMediaContext.setMappings(SessionContext ctx, Collection<MediaFormatMapping> value) Generated method - Setter of theMediaContext.mappingsattribute.voidGeneratedMediaContext.setMappings(Collection<MediaFormatMapping> value) Generated method - Setter of theMediaContext.mappingsattribute.voidMediaContext.setMappings(SessionContext ctx, 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 MediaFormatMappingModifier and TypeMethodDescriptionGeneratedServicelayerManager.createMediaFormatMapping(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createMediaFormatMapping(Map attributeValues)