Interface StaticAssetDao
- All Known Implementing Classes:
StaticAssetDaoImpl
public interface StaticAssetDao
Created by bpolster.
-
Method Summary
Modifier and TypeMethodDescriptionaddOrUpdateStaticAsset
(StaticAsset asset, boolean clearLevel1Cache) void
delete
(StaticAsset asset) readStaticAssetByFullUrl
(String fullUrl)
-
Method Details
-
readStaticAssetById
-
readAllStaticAssets
List<StaticAsset> readAllStaticAssets() -
delete
-
addOrUpdateStaticAsset
-
readTotalStaticAssetCount
Long readTotalStaticAssetCount() -
readStaticAssetByFullUrl
-