public class AsSimpleSearchConfigurationInterceptor extends AbstractAsInterceptor implements PrepareInterceptor<AsSimpleSearchConfigurationModel>
AsSimpleSearchConfigurationModel.| Constructor and Description |
|---|
AsSimpleSearchConfigurationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
generateUniqueIdx(AsSimpleSearchConfigurationModel searchConfiguration,
InterceptorContext context) |
void |
onPrepare(AsSimpleSearchConfigurationModel searchConfiguration,
InterceptorContext context)
Called in the
modelService.saveAll() method. |
decorateIdentifier, generateItemIdentifier, generateUid, getAsUidGenerator, getModelService, getNewPkForNotSavedItem, getSearchProviderFactory, markItemAsModified, resolveAndValidateSearchConfiguration, resolveAndValidateSearchProfile, resolveSearchConfiguration, resolveSearchProfile, resolveSearchProvider, setAsUidGenerator, setModelService, setSearchProviderFactorypublic AsSimpleSearchConfigurationInterceptor()
public void onPrepare(AsSimpleSearchConfigurationModel searchConfiguration, InterceptorContext context) throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<AsSimpleSearchConfigurationModel>searchConfiguration - the model which values has to be preparedcontext - the InterceptorContextInterceptorException - if an error occured during the preparationprotected java.lang.String generateUniqueIdx(AsSimpleSearchConfigurationModel searchConfiguration, InterceptorContext context)
Copyright © 2018 SAP SE. All Rights Reserved.