Uses of Interface
de.hybris.platform.media.storage.MediaStorageStrategy
Packages that use MediaStorageStrategy
Package
Description
-
Uses of MediaStorageStrategy in de.hybris.platform.amazon.media.storage
Classes in de.hybris.platform.amazon.media.storage that implement MediaStorageStrategyModifier and TypeClassDescriptionclassStrategy which allows to store binaries forMediaobjects in Amazon S3 data storage. -
Uses of MediaStorageStrategy in de.hybris.platform.azure.media.storage
Classes in de.hybris.platform.azure.media.storage that implement MediaStorageStrategyModifier and TypeClassDescriptionclassStrategy which allows to store binaries forMediaobjects in Windows Azure Blob Store data storage. -
Uses of MediaStorageStrategy in de.hybris.platform.gridfs.media.storage
Classes in de.hybris.platform.gridfs.media.storage that implement MediaStorageStrategyModifier and TypeClassDescriptionclassStrategy which allows to store binaries forMediaobjects in MongoDB GridFS data storage. -
Uses of MediaStorageStrategy in de.hybris.platform.media.storage
Methods in de.hybris.platform.media.storage that return MediaStorageStrategyModifier and TypeMethodDescriptionMediaStorageRegistry.getStorageStrategyForFolder(MediaStorageConfigService.MediaFolderConfig config) Gets the storage strategy for media folder.Methods in de.hybris.platform.media.storage that return types with arguments of type MediaStorageStrategy -
Uses of MediaStorageStrategy in de.hybris.platform.media.storage.impl
Classes in de.hybris.platform.media.storage.impl that implement MediaStorageStrategyModifier and TypeClassDescriptionclassStrategy which allows to store binaries forMediaobjects locally in data directory of current platform installation.Methods in de.hybris.platform.media.storage.impl that return MediaStorageStrategyModifier and TypeMethodDescriptionDefaultMediaStorageRegistry.getStorageStrategyForFolder(MediaStorageConfigService.MediaFolderConfig config) Methods in de.hybris.platform.media.storage.impl that return types with arguments of type MediaStorageStrategyMethod parameters in de.hybris.platform.media.storage.impl with type arguments of type MediaStorageStrategyModifier and TypeMethodDescriptionvoidDefaultMediaStorageRegistry.setStorageStrategies(Map<String, MediaStorageStrategy> storageStrategies)