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