Class Agentdesktopdataexchangeb2bUnitAddressModelRemoveInterceptor
- java.lang.Object
-
- de.hybris.platform.sap.agentdesktopdataexchangeb2b.interceptors.Agentdesktopdataexchangeb2bUnitAddressModelRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<AddressModel>
public class Agentdesktopdataexchangeb2bUnitAddressModelRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<AddressModel>
-
-
Constructor Summary
Constructors Constructor Description Agentdesktopdataexchangeb2bUnitAddressModelRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationServicegetConfigurationService()EventServicegetEventService()voidonRemove(AddressModel arg0, InterceptorContext arg1)Called in themodelService.removeAll()method.voidsetConfigurationService(ConfigurationService configurationService)voidsetEventService(EventService eventService)
-
-
-
Method Detail
-
getEventService
public EventService getEventService()
- Returns:
- the eventService
-
setEventService
public void setEventService(EventService eventService)
- Parameters:
eventService- the eventService to set
-
getConfigurationService
public ConfigurationService getConfigurationService()
- Returns:
- the configurationService
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
- Parameters:
configurationService- the configurationService to set
-
onRemove
public void onRemove(AddressModel arg0, InterceptorContext arg1) throws InterceptorException
Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<AddressModel>- Parameters:
arg0- the model which should be removedarg1- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-
-