Class StreamConfigurationRemoveInterceptor
- java.lang.Object
-
- de.hybris.deltadetection.interceptors.StreamConfigurationRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<StreamConfigurationModel>
public class StreamConfigurationRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<StreamConfigurationModel>
-
-
Constructor Summary
Constructors Constructor Description StreamConfigurationRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonRemove(StreamConfigurationModel model, InterceptorContext ctx)Called in themodelService.removeAll()method.voidsetModelService(ModelService modelService)voidsetTaskService(TaskService taskService)
-
-
-
Method Detail
-
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
public void setModelService(ModelService modelService)
-
setTaskService
public void setTaskService(TaskService taskService)
-
-