| Package | Description |
|---|---|
| org.broadleafcommerce.core.search.dao | |
| org.broadleafcommerce.core.search.domain |
| Modifier and Type | Method and Description |
|---|---|
SearchIntercept |
SearchInterceptDaoImpl.findInterceptByTerm(String term)
Deprecated.
|
SearchIntercept |
SearchInterceptDao.findInterceptByTerm(String term)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchIntercept> |
SearchInterceptDaoImpl.findAllIntercepts()
Deprecated.
|
List<SearchIntercept> |
SearchInterceptDao.findAllIntercepts()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchInterceptDaoImpl.createIntercept(SearchIntercept intercept)
Deprecated.
|
void |
SearchInterceptDao.createIntercept(SearchIntercept intercept)
Deprecated.
|
void |
SearchInterceptDaoImpl.deleteIntercept(SearchIntercept intercept)
Deprecated.
|
void |
SearchInterceptDao.deleteIntercept(SearchIntercept intercept)
Deprecated.
|
void |
SearchInterceptDaoImpl.updateIntercept(SearchIntercept intercept)
Deprecated.
|
void |
SearchInterceptDao.updateIntercept(SearchIntercept intercept)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchInterceptImpl
Deprecated.
Replaced in functionality by
SearchRedirectImpl |
Copyright © 2015. All Rights Reserved.