Class DefaultChannelConfigurationPrepareInterceptor
- java.lang.Object
-
- de.hybris.platform.outboundsync.config.impl.DefaultChannelConfigurationPrepareInterceptor
-
- All Implemented Interfaces:
Interceptor,PrepareInterceptor<OutboundChannelConfigurationModel>
public class DefaultChannelConfigurationPrepareInterceptor extends java.lang.Object implements PrepareInterceptor<OutboundChannelConfigurationModel>
-
-
Constructor Summary
Constructors Constructor Description DefaultChannelConfigurationPrepareInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChannelConfigurationFactorygetFactory()voidonPrepare(OutboundChannelConfigurationModel channel, InterceptorContext ctx)Called in themodelService.saveAll()method.voidsetFactory(ChannelConfigurationFactory factory)
-
-
-
Method Detail
-
onPrepare
public void onPrepare(OutboundChannelConfigurationModel channel, InterceptorContext ctx)
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
protected ChannelConfigurationFactory getFactory()
-
setFactory
public void setFactory(ChannelConfigurationFactory factory)
-
-