org.broadleafcommerce.cms.file.service
Interface StaticAssetStorageService
- All Known Implementing Classes:
- StaticAssetStorageServiceImpl
public interface StaticAssetStorageService
- Author:
- Jeff Fischer
findStaticAssetStorageById
StaticAssetStorage findStaticAssetStorageById(Long id)
create
StaticAssetStorage create()
readStaticAssetStorageByStaticAssetId
StaticAssetStorage readStaticAssetStorageByStaticAssetId(Long id)
save
StaticAssetStorage save(StaticAssetStorage assetStorage)
delete
void delete(StaticAssetStorage assetStorage)
createBlob
Blob createBlob(org.springframework.web.multipart.MultipartFile uploadedFile)
throws IOException
- Throws:
IOException
getCacheFileModel
Map<String,String> getCacheFileModel(String fullUrl,
SandBox sandBox,
Map<String,String> parameterMap)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.