org.broadleafcommerce.core.search.dao
Interface SearchInterceptDao

All Known Implementing Classes:
SearchInterceptDaoImpl

Deprecated. Replaced in functionality by SearchRedirectDao

@Deprecated
public interface SearchInterceptDao


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.  
 

Method Detail

findInterceptByTerm

SearchIntercept findInterceptByTerm(String term)
Deprecated. 

findAllIntercepts

List<SearchIntercept> findAllIntercepts()
Deprecated. 

createIntercept

void createIntercept(SearchIntercept intercept)
Deprecated. 

updateIntercept

void updateIntercept(SearchIntercept intercept)
Deprecated. 

deleteIntercept

void deleteIntercept(SearchIntercept intercept)
Deprecated. 


Copyright © 2013. All Rights Reserved.