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 TypeClassDescriptionclassDefault implementation ofStorageLocationMappingService.interfaceCRUD Service API forStorageLocationMapping.Methods in com.broadleafcommerce.asset.service with parameters of type StorageLocationMappingModifier and TypeMethodDescriptionprotected StringDefaultStorageLocationMappingService.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 StorageLocationMappingFilesystemStorageProvider.buildStorageLocationMapping(String url, String actualResourcePath) protected StorageLocationMappingGoogleCloudStorageProvider.buildStorageLocationMapping(String url, String actualResourcePath) protected StorageLocationMappingFilesystemStorageProvider.createNewMappingRecord(String url, String actualResourcePath) Similar toFilesystemStorageProvider.createNewMappingRecords(Map), but only for one record.protected StorageLocationMappingGoogleCloudStorageProvider.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 newStorageLocationMappingrecords inStorageLocationMappingServicefor the given values.protected Map<String,StorageLocationMapping> GoogleCloudStorageProvider.createNewMappingRecords(Map<String, String> actualResourcePathsByOriginalLocation) Establishes newStorageLocationMappingrecords inStorageLocationMappingServicefor the given values.FilesystemStorageProvider.getStorageLocationMappingSvc()GoogleCloudStorageProvider.getStorageLocationMappingSvc()Method parameters in com.broadleafcommerce.asset.storage.provider.service with type arguments of type StorageLocationMappingModifier and TypeMethodDescriptionvoidFilesystemStorageProvider.setStorageLocationMappingSvc(StorageLocationMappingService<StorageLocationMapping> storageLocationMappingSvc) voidGoogleCloudStorageProvider.setStorageLocationMappingSvc(StorageLocationMappingService<StorageLocationMapping> storageLocationMappingSvc)