Class BackofficeIndexedTypeToSolrFacetSearchConfigValidator
java.lang.Object
com.hybris.backoffice.solrsearch.validators.BackofficeIndexedTypeToSolrFacetSearchConfigValidator
- All Implemented Interfaces:
Interceptor,ValidateInterceptor<BackofficeIndexedTypeToSolrFacetSearchConfigModel>
public class BackofficeIndexedTypeToSolrFacetSearchConfigValidator
extends Object
implements ValidateInterceptor<BackofficeIndexedTypeToSolrFacetSearchConfigModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled in themodelService.saveAll()method.
-
Constructor Details
-
BackofficeIndexedTypeToSolrFacetSearchConfigValidator
public BackofficeIndexedTypeToSolrFacetSearchConfigValidator()
-
-
Method Details
-
onValidate
public void onValidate(BackofficeIndexedTypeToSolrFacetSearchConfigModel config, InterceptorContext ctx) throws InterceptorException Description copied from interface:ValidateInterceptorCalled in themodelService.saveAll()method. Validates the values of the given model.- Specified by:
onValidatein interfaceValidateInterceptor<BackofficeIndexedTypeToSolrFacetSearchConfigModel>- Parameters:
config- the model which values has to be validatedctx- theInterceptorContext- Throws:
InterceptorException- if any values of the model are not valid.
-