Class InboundChannelConfigurationRemoveInterceptor
- java.lang.Object
-
- de.hybris.platform.inboundservices.interceptor.InboundChannelConfigurationRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<InboundChannelConfigurationModel>
public class InboundChannelConfigurationRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<InboundChannelConfigurationModel>
-
-
Constructor Summary
Constructors Constructor Description InboundChannelConfigurationRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICCDeletionValidationStrategygetIccDeletionValidationStrategy()voidonRemove(InboundChannelConfigurationModel inboundChannelConfigurationModel, InterceptorContext interceptorContext)Called in themodelService.removeAll()method.voidsetIccDeletionValidationStrategy(DefaultICCDeletionValidationStrategy iccDeletionValidationStrategy)
-
-
-
Method Detail
-
getIccDeletionValidationStrategy
public ICCDeletionValidationStrategy 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
-
-