Class DefaultAbstractOrderRemoveInterceptor
- java.lang.Object
-
- de.hybris.platform.order.interceptors.DefaultAbstractOrderRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor,RemoveInterceptor
public class DefaultAbstractOrderRemoveInterceptor extends java.lang.Object implements RemoveInterceptor
Removes duplicates cloned for the purpose of this order:
-
-
Constructor Summary
Constructors Constructor Description DefaultAbstractOrderRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonRemove(java.lang.Object model, InterceptorContext ctx)Called in themodelService.removeAll()method.
-
-
-
Method Detail
-
onRemove
public void onRemove(java.lang.Object model, InterceptorContext ctx) throws InterceptorExceptionDescription 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
-
-