org.broadleafcommerce.cms.file.dao
Interface StaticAssetStorageDao

All Known Implementing Classes:
StaticAssetStorageDaoImpl

public interface StaticAssetStorageDao

Created by IntelliJ IDEA. User: jfischer Date: 9/9/11 Time: 10:47 AM To change this template use File | Settings | File Templates.


Method Summary
 StaticAssetStorage create()
           
 Blob createBlob(org.springframework.web.multipart.MultipartFile uploadedFile)
           
 void delete(StaticAssetStorage assetStorage)
           
 StaticAssetStorage readStaticAssetStorageById(Long id)
           
 StaticAssetStorage readStaticAssetStorageByStaticAssetId(Long id)
           
 StaticAssetStorage save(StaticAssetStorage assetStorage)
           
 

Method Detail

create

StaticAssetStorage create()

readStaticAssetStorageById

StaticAssetStorage readStaticAssetStorageById(Long id)

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


Copyright © 2013. All Rights Reserved.