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