public class SolrSearchQueryPropertyValidateInterceptor extends Object implements ValidateInterceptor<SolrSearchQueryPropertyModel>
| Constructor and Description |
|---|
SolrSearchQueryPropertyValidateInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onValidate(SolrSearchQueryPropertyModel solrSearchQueryProperty,
InterceptorContext interceptorContext)
Called in the
modelService.saveAll() method. |
public SolrSearchQueryPropertyValidateInterceptor()
public void onValidate(SolrSearchQueryPropertyModel solrSearchQueryProperty, InterceptorContext interceptorContext) throws InterceptorException
ValidateInterceptormodelService.saveAll() method. Validates the values of the given model.onValidate in interface ValidateInterceptor<SolrSearchQueryPropertyModel>solrSearchQueryProperty - the model which values has to be validatedinterceptorContext - the InterceptorContextInterceptorException - if any values of the model are not valid.Copyright © 2017 SAP SE. All Rights Reserved.