public interface StaticAssetDao
Modifier and Type | Method and Description |
---|---|
StaticAsset |
addOrUpdateStaticAsset(StaticAsset asset,
boolean clearLevel1Cache) |
void |
delete(StaticAsset asset) |
List<StaticAsset> |
readAllStaticAssets() |
StaticAsset |
readStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox) |
StaticAsset |
readStaticAssetById(Long id) |
StaticAsset readStaticAssetById(Long id)
List<StaticAsset> readAllStaticAssets()
void delete(StaticAsset asset)
StaticAsset addOrUpdateStaticAsset(StaticAsset asset, boolean clearLevel1Cache)
StaticAsset readStaticAssetByFullUrl(String fullUrl, SandBox targetSandBox)
Copyright © 2014. All rights reserved.