org.broadleafcommerce.core.search.dao
Class SearchInterceptDaoImpl

java.lang.Object
  extended by 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.  
 
Constructor Summary
SearchInterceptDaoImpl()
          Deprecated.  
 
Method Summary
 void createIntercept(SearchIntercept intercept)
          Deprecated.  
 void deleteIntercept(SearchIntercept intercept)
          Deprecated.  
 List<SearchIntercept> findAllIntercepts()
          Deprecated.  
 SearchIntercept findInterceptByTerm(String term)
          Deprecated.  
 void updateIntercept(SearchIntercept intercept)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em
Deprecated. 
Constructor Detail

SearchInterceptDaoImpl

public SearchInterceptDaoImpl()
Deprecated. 
Method Detail

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.