public class DefaultSECAddressRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<AddressModel>
| Constructor and Description |
|---|
DefaultSECAddressRemoveInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationService |
getConfigurationService() |
EventService |
getEventService() |
void |
onRemove(AddressModel address,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setEventService(EventService eventService) |
public void onRemove(AddressModel address, InterceptorContext ctx) throws InterceptorException
RemoveInterceptormodelService.removeAll() method.onRemove in interface RemoveInterceptor<AddressModel>address - the model which should be removedctx - the InterceptorContextInterceptorException - if the remove reports an errorpublic EventService getEventService()
public void setEventService(EventService eventService)
public ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
Copyright © 2018 SAP SE. All Rights Reserved.