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