Class URlHandlerDaoImpl
java.lang.Object
org.broadleafcommerce.cms.url.dao.URlHandlerDaoImpl
- All Implemented Interfaces:
URLHandlerDao
@Repository("blURLHandlerDao")
public class URlHandlerDaoImpl
extends Object
implements URLHandlerDao
Created by ppatel.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.persistence.EntityManager
protected EntityConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets all the URL handlers configured in the systemsaveURLHandler
(URLHandler handler)
-
Field Details
-
em
protected jakarta.persistence.EntityManager em -
entityConfiguration
-
-
Constructor Details
-
URlHandlerDaoImpl
public URlHandlerDaoImpl()
-
-
Method Details
-
findURLHandlerByURI
- Specified by:
findURLHandlerByURI
in interfaceURLHandlerDao
-
findAllRegexURLHandlers
- Specified by:
findAllRegexURLHandlers
in interfaceURLHandlerDao
-
findURLHandlerById
- Specified by:
findURLHandlerById
in interfaceURLHandlerDao
-
findAllURLHandlers
Description copied from interface:URLHandlerDao
Gets all the URL handlers configured in the system- Specified by:
findAllURLHandlers
in interfaceURLHandlerDao
- Returns:
-
saveURLHandler
- Specified by:
saveURLHandler
in interfaceURLHandlerDao
-