Uses of Class
com.broadleafcommerce.asset.domain.StorageLocationMapping
Packages that use StorageLocationMapping
Package
Description
-
Uses of StorageLocationMapping in com.broadleafcommerce.asset.service
Classes in com.broadleafcommerce.asset.service with type parameters of type StorageLocationMappingModifier and TypeClassDescriptionclass
Default implementation ofStorageLocationMappingService
.interface
CRUD Service API forStorageLocationMapping
.Methods in com.broadleafcommerce.asset.service with parameters of type StorageLocationMappingModifier and TypeMethodDescriptionprotected String
DefaultStorageLocationMappingService.getCacheKeyByProviderTypeAndOriginalLocation
(StorageLocationMapping storageLocationMapping) -
Uses of StorageLocationMapping in com.broadleafcommerce.asset.storage.provider.service
Methods in com.broadleafcommerce.asset.storage.provider.service that return StorageLocationMappingModifier and TypeMethodDescriptionprotected StorageLocationMapping
FilesystemStorageProvider.buildStorageLocationMapping
(String url, String actualResourcePath) protected StorageLocationMapping
GoogleCloudStorageProvider.buildStorageLocationMapping
(String url, String actualResourcePath) protected StorageLocationMapping
FilesystemStorageProvider.createNewMappingRecord
(String url, String actualResourcePath) Similar toFilesystemStorageProvider.createNewMappingRecords(Map)
, but only for one record.protected StorageLocationMapping
GoogleCloudStorageProvider.createNewMappingRecord
(String url, String actualResourcePath) Similar toGoogleCloudStorageProvider.createNewMappingRecords(Map)
, but only for one record.Methods in com.broadleafcommerce.asset.storage.provider.service that return types with arguments of type StorageLocationMappingModifier and TypeMethodDescriptionprotected Map<String,
StorageLocationMapping> FilesystemStorageProvider.createNewMappingRecords
(Map<String, String> actualResourcePathsByOriginalLocation) Establishes newStorageLocationMapping
records inStorageLocationMappingService
for the given values.protected Map<String,
StorageLocationMapping> GoogleCloudStorageProvider.createNewMappingRecords
(Map<String, String> actualResourcePathsByOriginalLocation) Establishes newStorageLocationMapping
records inStorageLocationMappingService
for the given values.FilesystemStorageProvider.getStorageLocationMappingSvc()
GoogleCloudStorageProvider.getStorageLocationMappingSvc()
Method parameters in com.broadleafcommerce.asset.storage.provider.service with type arguments of type StorageLocationMappingModifier and TypeMethodDescriptionvoid
FilesystemStorageProvider.setStorageLocationMappingSvc
(StorageLocationMappingService<StorageLocationMapping> storageLocationMappingSvc) void
GoogleCloudStorageProvider.setStorageLocationMappingSvc
(StorageLocationMappingService<StorageLocationMapping> storageLocationMappingSvc)