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