org.broadleafcommerce.cms.file.dao
Interface StaticAssetDao

All Known Implementing Classes:
StaticAssetDaoImpl

public interface StaticAssetDao

Created by bpolster.


Method Summary
 StaticAsset addOrUpdateStaticAsset(StaticAsset asset, boolean clearLevel1Cache)
           
 void delete(StaticAsset asset)
           
 StaticAsset readStaticAssetByFullUrl(String fullUrl, SandBox targetSandBox)
           
 StaticAsset readStaticAssetById(Long id)
           
 

Method Detail

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