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.EntityManagerprotected 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:
findURLHandlerByURIin interfaceURLHandlerDao
-
findAllRegexURLHandlers
- Specified by:
findAllRegexURLHandlersin interfaceURLHandlerDao
-
findURLHandlerById
- Specified by:
findURLHandlerByIdin interfaceURLHandlerDao
-
findAllURLHandlers
Description copied from interface:URLHandlerDaoGets all the URL handlers configured in the system- Specified by:
findAllURLHandlersin interfaceURLHandlerDao- Returns:
-
saveURLHandler
- Specified by:
saveURLHandlerin interfaceURLHandlerDao
-