public class AsConfigurationInterceptor extends AbstractAsInterceptor implements PrepareInterceptor<AbstractAsConfigurationModel>
AbstractAsConfigurationModel.| Constructor and Description |
|---|
AsConfigurationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(AbstractAsConfigurationModel configuration,
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 onPrepare(AbstractAsConfigurationModel configuration, InterceptorContext context) throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<AbstractAsConfigurationModel>configuration - the model which values has to be preparedcontext - the InterceptorContextInterceptorException - if an error occured during the preparationCopyright © 2018 SAP SE. All Rights Reserved.