Class DefaultSECB2BUnitRemoveInterceptor
- java.lang.Object
-
- com.sap.hybris.sec.eventpublisher.b2b.interceptor.DefaultSECB2BUnitRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<B2BUnitModel>
public class DefaultSECB2BUnitRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<B2BUnitModel>
-
-
Constructor Summary
Constructors Constructor Description DefaultSECB2BUnitRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationServicegetConfigurationService()EventServicegetEventService()voidonRemove(B2BUnitModel b2bUnit, InterceptorContext ctx)Called in themodelService.removeAll()method.voidsetConfigurationService(ConfigurationService configurationService)voidsetEventService(EventService eventService)
-
-
-
Method Detail
-
onRemove
public void onRemove(B2BUnitModel b2bUnit, InterceptorContext ctx) throws InterceptorException
Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<B2BUnitModel>- Parameters:
b2bUnit- 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)
-
-