public class AsSearchProfileInterceptor extends AbstractAsInterceptor implements ValidateInterceptor<AbstractAsSearchProfileModel>
AbstractAsSearchProfileModel.| Constructor and Description |
|---|
AsSearchProfileInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onValidate(AbstractAsSearchProfileModel searchProfile,
InterceptorContext context)
Called in the
modelService.saveAll() method. |
decorateIdentifier, generateItemIdentifier, generateUid, getAsUidGenerator, getModelService, getNewPkForNotSavedItem, getSearchProviderFactory, markItemAsModified, resolveAndValidateSearchConfiguration, resolveAndValidateSearchProfile, resolveSearchConfiguration, resolveSearchProfile, resolveSearchProvider, setAsUidGenerator, setModelService, setSearchProviderFactorypublic void onValidate(AbstractAsSearchProfileModel searchProfile, InterceptorContext context) throws InterceptorException
ValidateInterceptormodelService.saveAll() method. Validates the values of the given model.onValidate in interface ValidateInterceptor<AbstractAsSearchProfileModel>searchProfile - the model which values has to be validatedcontext - the InterceptorContextInterceptorException - if any values of the model are not valid.Copyright © 2018 SAP SE. All Rights Reserved.