Class SolrKeywordRedirectValidateInterceptor
java.lang.Object
de.hybris.platform.solrfacetsearch.config.impl.SolrKeywordRedirectValidateInterceptor
- All Implemented Interfaces:
Interceptor,ValidateInterceptor
Validates if a keyword redirect for specified language, configuration and match type exist in db.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonValidate(Object model, InterceptorContext ctx) Called in themodelService.saveAll()method.voidsetSolrFacetSearchKeywordDao(SolrFacetSearchKeywordDao solrFacetSearchKeywordDao)
-
Constructor Details
-
SolrKeywordRedirectValidateInterceptor
public SolrKeywordRedirectValidateInterceptor()
-
-
Method Details
-
onValidate
Description copied from interface:ValidateInterceptorCalled in themodelService.saveAll()method. Validates the values of the given model.- Specified by:
onValidatein interfaceValidateInterceptor- Parameters:
model- the model which values has to be validatedctx- theInterceptorContext- Throws:
InterceptorException- if any values of the model are not valid.
-
setSolrFacetSearchKeywordDao
-