Uses of Class
de.hybris.platform.outboundsync.model.OutboundSyncStreamConfigurationModel
-
Packages that use OutboundSyncStreamConfigurationModel Package Description de.hybris.platform.outboundsync de.hybris.platform.outboundsync.job de.hybris.platform.outboundsync.job.impl -
-
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync that return OutboundSyncStreamConfigurationModel Modifier and Type Method Description OutboundSyncStreamConfigurationModelTestItemChangeDetector. createChangeStream(OutboundChannelConfigurationModel channel, java.lang.String typecode)Creates new delta detect stream and guarantees it has no outstanding changes in it.OutboundSyncStreamConfigurationModelTestItemChangeDetector. createChangeStream(OutboundChannelConfigurationModel channel, java.lang.String typecode, java.lang.String filter)Creates new delta detect stream and guarantees it has no outstanding changes in it.OutboundSyncStreamConfigurationModelTestItemChangeDetector. createChangeStream(java.lang.String channelCode, java.lang.String typecode)Creates new delta detect stream and guarantees it has no outstanding changes in it.OutboundSyncStreamConfigurationModelTestItemChangeDetector. createChangeStream(java.lang.String channelCode, java.lang.String typecode, java.lang.String filter)Creates new delta detect stream and guarantees it has no outstanding changes in it. -
Uses of OutboundSyncStreamConfigurationModel in de.hybris.platform.outboundsync.job
Methods in de.hybris.platform.outboundsync.job with parameters of type OutboundSyncStreamConfigurationModel Modifier and Type Method Description CountingChangesCollectorChangesCollectorFactory. 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 OutboundSyncStreamConfigurationModel Modifier and Type Method Description CountingChangesCollectorDefaultChangesCollectorFactory. 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 OutboundSyncStreamConfigurationModel Constructor Description StreamingChangesCollector(@NotNull ItemChangeSender itemChangeSender, @NotNull CronJobModel jobModel, @NotNull OutboundSyncStreamConfigurationModel streamConfiguration)
-