org.broadleafcommerce.core.search.dao
Class SearchInterceptDaoImpl

java.lang.Object
  extended by 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
           
 
Constructor Summary
SearchInterceptDaoImpl()
           
 
Method Summary
 void createIntercept(SearchIntercept intercept)
           
 void deleteIntercept(SearchIntercept intercept)
           
 java.util.List<SearchIntercept> findAllIntercepts()
           
 SearchIntercept findInterceptByTerm(java.lang.String term)
           
 void updateIntercept(SearchIntercept intercept)
           
 
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
Constructor Detail

SearchInterceptDaoImpl

public SearchInterceptDaoImpl()
Method Detail

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.