Class AbstractSnInterceptor<T extends ItemModel>
java.lang.Object
de.hybris.platform.searchservices.core.model.interceptor.AbstractSnInterceptor<T>
- All Implemented Interfaces:
Interceptor,ValidateInterceptor<T>
- Direct Known Subclasses:
SnFieldInterceptor,SnIndexConfigurationInterceptor,SnIndexerItemSourceOperationInterceptor,SnIndexTypeInterceptor,SnSearchProviderConfigurationInterceptor,SnSynonymDictionaryInterceptor,SnSynonymEntryInterceptor
public abstract class AbstractSnInterceptor<T extends ItemModel>
extends Object
implements ValidateInterceptor<T>
Base interceptor for search related types.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetLocalizedMessage(String key, Object... arguments) voidsetL10nService(L10NService l10nService) voidsetModelService(ModelService modelService) protected voidvalidateIdentifier(T model, String attribute) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.interceptor.ValidateInterceptor
onValidate
-
Field Details
-
RESOURCE_PREFIX
- See Also:
-
-
Constructor Details
-
AbstractSnInterceptor
public AbstractSnInterceptor()
-
-
Method Details
-
validateIdentifier
- Throws:
InterceptorException
-
getLocalizedMessage
-
getModelService
-
setModelService
-
getL10nService
-
setL10nService
-