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