Class AsSearchProfileActivationSetInterceptor
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.model.interceptors.AbstractAsInterceptor
-
- de.hybris.platform.adaptivesearch.model.interceptors.AsSearchProfileActivationSetInterceptor
-
- All Implemented Interfaces:
Interceptor,ValidateInterceptor<AsSearchProfileActivationSetModel>
public class AsSearchProfileActivationSetInterceptor extends AbstractAsInterceptor implements ValidateInterceptor<AsSearchProfileActivationSetModel>
Interceptor forAsSearchProfileActivationSetModel.
-
-
Constructor Summary
Constructors Constructor Description AsSearchProfileActivationSetInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonValidate(AsSearchProfileActivationSetModel searchProfileActivationSet, InterceptorContext context)Called in themodelService.saveAll()method.-
Methods inherited from class de.hybris.platform.adaptivesearch.model.interceptors.AbstractAsInterceptor
decorateIdentifier, generateItemIdentifier, generateUid, getAsUidGenerator, getModelService, getNewPkForNotSavedItem, getSearchProviderFactory, markItemAsModified, resolveAndValidateSearchConfiguration, resolveAndValidateSearchProfile, resolveSearchConfiguration, resolveSearchProfile, resolveSearchProvider, setAsUidGenerator, setModelService, setSearchProviderFactory
-
-
-
-
Method Detail
-
onValidate
public void onValidate(AsSearchProfileActivationSetModel searchProfileActivationSet, InterceptorContext context) throws InterceptorException
Description copied from interface:ValidateInterceptorCalled in themodelService.saveAll()method. Validates the values of the given model.- Specified by:
onValidatein interfaceValidateInterceptor<AsSearchProfileActivationSetModel>- Parameters:
searchProfileActivationSet- the model which values has to be validatedcontext- theInterceptorContext- Throws:
InterceptorException- if any values of the model are not valid.
-
-