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