Class DefaultSECOrderRemoveInterceptor
- java.lang.Object
-
- com.sap.hybris.sec.eventpublisher.interceptor.DefaultSECOrderRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<OrderModel>
public class DefaultSECOrderRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<OrderModel>
-
-
Constructor Summary
Constructors Constructor Description DefaultSECOrderRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationServicegetConfigurationService()EventServicegetEventService()voidonRemove(OrderModel order, InterceptorContext ctx)Called in themodelService.removeAll()method.voidsetConfigurationService(ConfigurationService configurationService)voidsetEventService(EventService eventService)
-
-
-
Method Detail
-
onRemove
public void onRemove(OrderModel order, InterceptorContext ctx) throws InterceptorException
Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<OrderModel>- Parameters:
order- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-
getEventService
public EventService getEventService()
-
setEventService
public void setEventService(EventService eventService)
-
getConfigurationService
public ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-