Uses of Class
de.hybris.platform.outboundsync.model.OutboundSyncStreamConfigurationModel
Packages that use OutboundSyncStreamConfigurationModel
Package
Description
-
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync that return OutboundSyncStreamConfigurationModelModifier and TypeMethodDescriptionOutboundSyncStreamConfigurationBuilder.build()Creates a stream configuration based on the specifications done before calling this method.OutboundSyncStreamConfigurationBuilder.getOutboundSyncStreamConfigurationById(String streamId) Retrieves model of a stream configuration matching the ID.OutboundSyncStreamConfigurationBuilder.lastBuiltStreamConfiguration()Retrieves last stream configuration created by this builder. -
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl with parameters of type OutboundSyncStreamConfigurationModelModifier and TypeMethodDescriptionbooleanDefaultOutboundSyncConfiguration.isInfoGenerationEnabledForStream(OutboundSyncStreamConfigurationModel streamConfig) default booleanOutboundSyncConfiguration.isInfoGenerationEnabledForStream(OutboundSyncStreamConfigurationModel streamConfig) Determines the ids for the OutboundSyncStreamConfigurations that will be excluded from infoExpression auto-generating. -
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync.interceptor
Methods in de.hybris.platform.outboundsync.interceptor with parameters of type OutboundSyncStreamConfigurationModelModifier and TypeMethodDescriptionvoidStreamConfigurationInfoExpressionCreationInterceptor.onLoad(OutboundSyncStreamConfigurationModel streamModel, InterceptorContext context) -
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync.job
Methods in de.hybris.platform.outboundsync.job with parameters of type OutboundSyncStreamConfigurationModelModifier and TypeMethodDescriptionChangesCollectorFactory.createCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream) Returns a newly created instance ofCountingChangesCollector. -
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncStreamConfigurationModelModifier and TypeMethodDescriptionDefaultChangesCollectorFactory.createCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream) protected StreamConfigurationOutboundSyncCronJobPerformable.getStreamConfiguration(OutboundSyncStreamConfigurationModel deltaStream) protected intOutboundSyncCronJobPerformable.processChanges(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel deltaStream) Processes the changes from the given stream configurationConstructors in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncStreamConfigurationModelModifierConstructorDescriptionStreamingChangesCollector(@NotNull FilteringService filteringService, @NotNull ItemChangeSender changeSender, @NotNull CronJobModel jobModel, @NotNull OutboundSyncStreamConfigurationModel streamCfg)