Uses of Interface
com.broadleafcommerce.asset.service.StorageService
Packages that use StorageService
Package
Description
-
Uses of StorageService in com.broadleafcommerce.asset.autoconfigure
Methods in com.broadleafcommerce.asset.autoconfigure that return StorageServiceModifier and TypeMethodDescriptionprotected StorageService
InitialDataAutoConfiguration.getStorageService()
Constructors in com.broadleafcommerce.asset.autoconfigure with parameters of type StorageServiceModifierConstructorDescriptionInitialDataAutoConfiguration
(StorageService storageService, FileUploadStateService<FileUploadState> fileUploadStateService, org.springframework.core.io.ResourceLoader resourceLoader, InitialDataAutoConfiguration.InitialDataProperties initialDataProperties) -
Uses of StorageService in com.broadleafcommerce.asset.messaging
Fields in com.broadleafcommerce.asset.messaging declared as StorageServiceModifier and TypeFieldDescriptionprotected final StorageService
ProcessAssetsListener.storageService
Methods in com.broadleafcommerce.asset.messaging that return StorageServiceModifier and TypeMethodDescriptionprotected StorageService
ProcessAssetsListener.getStorageService()
Constructors in com.broadleafcommerce.asset.messaging with parameters of type StorageServiceModifierConstructorDescriptionProcessAssetsListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, AssetService<Asset> assetService, StorageProvider storageProvider, StorageService storageService, List<AssetDataRouteSupporting> routes) -
Uses of StorageService in com.broadleafcommerce.asset.service
Classes in com.broadleafcommerce.asset.service that implement StorageService -
Uses of StorageService in com.broadleafcommerce.asset.web.endpoint
Fields in com.broadleafcommerce.asset.web.endpoint declared as StorageServiceModifier and TypeFieldDescriptionprotected final StorageService
FileUploadEndpoint.storageService
Methods in com.broadleafcommerce.asset.web.endpoint that return StorageServiceConstructors in com.broadleafcommerce.asset.web.endpoint with parameters of type StorageServiceModifierConstructorDescriptionAssetEndpoint
(AssetService<Asset> assetService, FolderService<Folder> folderService, StorageService storageService) FileUploadEndpoint
(StorageService storageService, FileUploadStateService<FileUploadState> fileUploadStateService, @NonNull FileUploadStateHydrationService fileUploadStateHydrationService)