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()
           
 java.sql.Blob createBlob(org.springframework.web.multipart.MultipartFile uploadedFile)
           
 void delete(StaticAssetStorage assetStorage)
           
 StaticAssetStorage readStaticAssetStorageById(java.lang.Long id)
           
 StaticAssetStorage readStaticAssetStorageByStaticAssetId(java.lang.Long id)
           
 StaticAssetStorage save(StaticAssetStorage assetStorage)
           
 

Method Detail

create

StaticAssetStorage create()

readStaticAssetStorageById

StaticAssetStorage readStaticAssetStorageById(java.lang.Long id)

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


Copyright © 2011. All Rights Reserved.