Class DefaultChannelConfigurationPrepareInterceptor
java.lang.Object
de.hybris.platform.outboundsync.config.impl.DefaultChannelConfigurationPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor<OutboundChannelConfigurationModel>
public class DefaultChannelConfigurationPrepareInterceptor
extends Object
implements PrepareInterceptor<OutboundChannelConfigurationModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ChannelConfigurationFactoryvoidonPrepare(OutboundChannelConfigurationModel channel, InterceptorContext ctx) Called in themodelService.saveAll()method.voidsetFactory(ChannelConfigurationFactory factory)
-
Constructor Details
-
DefaultChannelConfigurationPrepareInterceptor
public DefaultChannelConfigurationPrepareInterceptor()
-
-
Method Details
-
onPrepare
Description copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor<OutboundChannelConfigurationModel>- Parameters:
channel- the model which values has to be preparedctx- theInterceptorContext
-
getFactory
-
setFactory
-