public class DefaultSECCustomerRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<CustomerModel>
| Constructor and Description |
|---|
DefaultSECCustomerRemoveInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationService |
getConfigurationService() |
EventService |
getEventService() |
void |
onRemove(CustomerModel customer,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setEventService(EventService eventService) |
public void onRemove(CustomerModel customer, InterceptorContext ctx) throws InterceptorException
RemoveInterceptormodelService.removeAll() method.onRemove in interface RemoveInterceptor<CustomerModel>customer - 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.