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