Class StreamConfigurationRemoveInterceptor
java.lang.Object
de.hybris.deltadetection.interceptors.StreamConfigurationRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<StreamConfigurationModel>
public class StreamConfigurationRemoveInterceptor
extends Object
implements RemoveInterceptor<StreamConfigurationModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(StreamConfigurationModel model, InterceptorContext ctx) Called in themodelService.removeAll()method.voidsetModelService(ModelService modelService) voidsetTaskService(TaskService taskService)
-
Constructor Details
-
StreamConfigurationRemoveInterceptor
public StreamConfigurationRemoveInterceptor()
-
-
Method Details
-
onRemove
public void onRemove(StreamConfigurationModel model, InterceptorContext ctx) throws InterceptorException Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<StreamConfigurationModel>- Parameters:
model- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-
setModelService
-
setTaskService
-