Class CockpitSavedQueryRemoveInterceptor
java.lang.Object
de.hybris.platform.cockpit.interceptor.CockpitSavedQueryRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(Object model, InterceptorContext ctx) Called in themodelService.removeAll()method.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) voidsetModelService(ModelService modelService)
-
Constructor Details
-
CockpitSavedQueryRemoveInterceptor
public CockpitSavedQueryRemoveInterceptor()
-
-
Method Details
-
onRemove
Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor- Parameters:
model- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-
setModelService
-
setFlexibleSearchService
-