public class AsSearchProfileActivationSetInterceptor extends AbstractAsInterceptor implements ValidateInterceptor<AsSearchProfileActivationSetModel>
AsSearchProfileActivationSetModel.| Constructor and Description |
|---|
AsSearchProfileActivationSetInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onValidate(AsSearchProfileActivationSetModel searchProfileActivationSet,
InterceptorContext context)
Called in the
modelService.saveAll() method. |
decorateIdentifier, generateItemIdentifier, generateUid, getAsUidGenerator, getModelService, getNewPkForNotSavedItem, getSearchProviderFactory, markItemAsModified, resolveAndValidateSearchConfiguration, resolveAndValidateSearchProfile, resolveSearchConfiguration, resolveSearchProfile, resolveSearchProvider, setAsUidGenerator, setModelService, setSearchProviderFactorypublic AsSearchProfileActivationSetInterceptor()
public void onValidate(AsSearchProfileActivationSetModel searchProfileActivationSet, InterceptorContext context) throws InterceptorException
ValidateInterceptormodelService.saveAll() method. Validates the values of the given model.onValidate in interface ValidateInterceptor<AsSearchProfileActivationSetModel>searchProfileActivationSet - 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.