public class AbstractAsInterceptor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CATALOG_VERSION_ATTRIBUTE |
protected static java.lang.String |
NULL_IDENTIFIER |
protected static java.lang.String |
SEARCH_CONFIGURATION_ATTRIBUTE |
protected static java.lang.String |
SEARCH_PROFILE_ATTRIBUTE |
protected static java.lang.String |
SEPARATOR |
| Constructor and Description |
|---|
AbstractAsInterceptor() |
protected static final java.lang.String NULL_IDENTIFIER
protected static final java.lang.String SEPARATOR
protected static final java.lang.String CATALOG_VERSION_ATTRIBUTE
protected static final java.lang.String SEARCH_PROFILE_ATTRIBUTE
protected static final java.lang.String SEARCH_CONFIGURATION_ATTRIBUTE
protected java.lang.String generateUid()
protected java.lang.String generateItemIdentifier(ItemModel item, InterceptorContext context)
protected java.lang.String decorateIdentifier(java.lang.String identifier)
protected PK getNewPkForNotSavedItem(AbstractItemModel item)
protected AsSearchProvider resolveSearchProvider()
protected AbstractAsSearchProfileModel resolveSearchProfile(ItemModel model)
protected AbstractAsSearchProfileModel resolveAndValidateSearchProfile(AbstractAsSearchConfigurationModel model) throws InterceptorException
InterceptorExceptionprotected AbstractAsSearchConfigurationModel resolveSearchConfiguration(ItemModel model)
protected AbstractAsSearchConfigurationModel resolveAndValidateSearchConfiguration(ItemModel model) throws InterceptorException
InterceptorExceptionpublic ModelService getModelService()
public void setModelService(ModelService modelService)
public AsUidGenerator getAsUidGenerator()
public void setAsUidGenerator(AsUidGenerator asUidGenerator)
public AsSearchProviderFactory getSearchProviderFactory()
public void setSearchProviderFactory(AsSearchProviderFactory searchProviderFactory)
Copyright © 2018 SAP SE. All Rights Reserved.