Class InboundChannelConfigurationRemoveInterceptor
java.lang.Object
de.hybris.platform.inboundservices.interceptor.InboundChannelConfigurationRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<InboundChannelConfigurationModel>
public class InboundChannelConfigurationRemoveInterceptor
extends Object
implements RemoveInterceptor<InboundChannelConfigurationModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(InboundChannelConfigurationModel inboundChannelConfigurationModel, InterceptorContext interceptorContext) Called in themodelService.removeAll()method.voidsetIccDeletionValidationStrategy(DefaultICCDeletionValidationStrategy iccDeletionValidationStrategy)
-
Constructor Details
-
InboundChannelConfigurationRemoveInterceptor
public InboundChannelConfigurationRemoveInterceptor()
-
-
Method Details
-
getIccDeletionValidationStrategy
-
setIccDeletionValidationStrategy
public void setIccDeletionValidationStrategy(DefaultICCDeletionValidationStrategy iccDeletionValidationStrategy) -
onRemove
public void onRemove(InboundChannelConfigurationModel inboundChannelConfigurationModel, InterceptorContext interceptorContext) throws InterceptorException Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<InboundChannelConfigurationModel>- Parameters:
inboundChannelConfigurationModel- the model which should be removedinterceptorContext- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-