org.broadleafcommerce.core.search.dao
Class SearchInterceptDaoImpl
java.lang.Object
org.broadleafcommerce.core.search.dao.SearchInterceptDaoImpl
- All Implemented Interfaces:
- SearchInterceptDao
@Repository(value="blSearchInterceptDao")
public class SearchInterceptDaoImpl
- extends java.lang.Object
- implements SearchInterceptDao
|
Field Summary |
protected javax.persistence.EntityManager |
em
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
SearchInterceptDaoImpl
public SearchInterceptDaoImpl()
findInterceptByTerm
public SearchIntercept findInterceptByTerm(java.lang.String term)
- Specified by:
findInterceptByTerm in interface SearchInterceptDao
findAllIntercepts
public java.util.List<SearchIntercept> findAllIntercepts()
- Specified by:
findAllIntercepts in interface SearchInterceptDao
createIntercept
public void createIntercept(SearchIntercept intercept)
- Specified by:
createIntercept in interface SearchInterceptDao
deleteIntercept
public void deleteIntercept(SearchIntercept intercept)
- Specified by:
deleteIntercept in interface SearchInterceptDao
updateIntercept
public void updateIntercept(SearchIntercept intercept)
- Specified by:
updateIntercept in interface SearchInterceptDao
Copyright © 2012. All Rights Reserved.