Class StaticAssetDaoImpl
java.lang.Object
org.broadleafcommerce.cms.file.dao.StaticAssetDaoImpl
- All Implemented Interfaces:
StaticAssetDao
@Repository("blStaticAssetDao")
public class StaticAssetDaoImpl
extends Object
implements StaticAssetDao
Created by bpolster.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.persistence.EntityManager
protected EntityConfiguration
protected StaticAssetDaoQueryExtensionManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOrUpdateStaticAsset
(StaticAsset asset, boolean clearLevel1Cache) void
delete
(StaticAsset asset) readStaticAssetByFullUrl
(String fullUrl)
-
Field Details
-
em
protected jakarta.persistence.EntityManager em -
entityConfiguration
-
queryExtensionManager
-
-
Constructor Details
-
StaticAssetDaoImpl
public StaticAssetDaoImpl()
-
-
Method Details
-
readStaticAssetById
- Specified by:
readStaticAssetById
in interfaceStaticAssetDao
-
readAllStaticAssets
- Specified by:
readAllStaticAssets
in interfaceStaticAssetDao
-
readTotalStaticAssetCount
- Specified by:
readTotalStaticAssetCount
in interfaceStaticAssetDao
-
readStaticAssetByFullUrl
- Specified by:
readStaticAssetByFullUrl
in interfaceStaticAssetDao
-
addOrUpdateStaticAsset
- Specified by:
addOrUpdateStaticAsset
in interfaceStaticAssetDao
-
delete
- Specified by:
delete
in interfaceStaticAssetDao
-