org.broadleafcommerce.cms.file.service
Interface StaticAssetStorageService

All Known Implementing Classes:
StaticAssetStorageServiceImpl

public interface StaticAssetStorageService

Author:
Jeff Fischer

Method Summary
 StaticAssetStorage create()
           
 Blob createBlob(org.springframework.web.multipart.MultipartFile uploadedFile)
           
 void delete(StaticAssetStorage assetStorage)
           
 StaticAssetStorage findStaticAssetStorageById(Long id)
           
 Map<String,String> getCacheFileModel(String fullUrl, SandBox sandBox, Map<String,String> parameterMap)
           
 StaticAssetStorage readStaticAssetStorageByStaticAssetId(Long id)
           
 StaticAssetStorage save(StaticAssetStorage assetStorage)
           
 

Method Detail

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 © 2012. All Rights Reserved.