org.broadleafcommerce.cms.file.dao
Interface StaticAssetDao
- All Known Implementing Classes:
- StaticAssetDaoImpl
public interface StaticAssetDao
Created by bpolster.
readStaticAssetById
StaticAsset readStaticAssetById(Long id)
delete
void delete(StaticAsset asset)
addOrUpdateStaticAsset
StaticAsset addOrUpdateStaticAsset(StaticAsset asset,
boolean clearLevel1Cache)
readStaticAssetByFullUrl
StaticAsset readStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox)
Copyright © 2012. All Rights Reserved.