Uses of Class
de.hybris.platform.outboundsync.model.OutboundSyncCronJobModel
Packages that use OutboundSyncCronJobModel
Package
Description
-
Uses of OutboundSyncCronJobModel in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync that return OutboundSyncCronJobModelMethods in de.hybris.platform.outboundsync with parameters of type OutboundSyncCronJobModel -
Uses of OutboundSyncCronJobModel in de.hybris.platform.outboundsync.config
Methods in de.hybris.platform.outboundsync.config that return OutboundSyncCronJobModelModifier and TypeMethodDescriptionChannelConfigurationFactory.createCronJob(OutboundChannelConfigurationModel channel, OutboundSyncJobModel job) Creates theOutboundSyncCronJobModel -
Uses of OutboundSyncCronJobModel in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl that return OutboundSyncCronJobModelModifier and TypeMethodDescriptionDefaultChannelConfigurationFactory.createCronJob(OutboundChannelConfigurationModel channel, OutboundSyncJobModel job) -
Uses of OutboundSyncCronJobModel in de.hybris.platform.outboundsync.job
Methods in de.hybris.platform.outboundsync.job with parameters of type OutboundSyncCronJobModelModifier and TypeMethodDescriptionChangesCollectorFactory.createCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream) Returns a newly created instance ofCountingChangesCollector. -
Uses of OutboundSyncCronJobModel in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncCronJobModelModifier and TypeMethodDescriptionOutboundSyncJobStateAggregator.create(@NotNull OutboundSyncCronJobModel model) Instantiates this state aggregator.DefaultChangesCollectorFactory.createCountingCollector(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel stream) protected OutboundSyncJobStateAggregatorDefaultOutboundSyncJobRegister.createJobStateAggregator(@NotNull OutboundSyncCronJobModel job) Creates new instance of the {codeOutboundSyncJobStateAggregator}.@NotNull OutboundSyncJobDefaultOutboundSyncJobRegister.getJob(@NotNull OutboundSyncCronJobModel model) @NotNull OutboundSyncJobOutboundSyncJobRegister.getJob(@NotNull OutboundSyncCronJobModel jobModel) Retrieves the outbound sync job object corresponding to the specified job model.@NotNull OutboundSyncJobDefaultOutboundSyncJobRegister.getNewJob(@NotNull OutboundSyncCronJobModel jobModel) @NotNull OutboundSyncJobOutboundSyncJobRegister.getNewJob(@NotNull OutboundSyncCronJobModel jobModel) Retrieves new instance of the outbound sync job object for the specified job model.OutboundSyncCronJobPerformable.perform(OutboundSyncCronJobModel cronJob) protected intOutboundSyncCronJobPerformable.processChanges(OutboundSyncCronJobModel cronJob, OutboundSyncStreamConfigurationModel deltaStream) Processes the changes from the given stream configurationprotected intOutboundSyncCronJobPerformable.processChangesForContainer(OutboundSyncCronJobModel cronJob) Process changes for all stream configurations in the containervoidDefaultOutboundSyncJobRegister.stateChanged(@NotNull OutboundSyncCronJobModel model, @NotNull OutboundSyncState state) voidOutboundSyncStateObserver.stateChanged(@NotNull OutboundSyncCronJobModel model, @NotNull OutboundSyncState state) Notifies the observer about the outbound sync job state change. -
Uses of OutboundSyncCronJobModel in de.hybris.platform.outboundsync.util
Methods in de.hybris.platform.outboundsync.util that return OutboundSyncCronJobModelModifier and TypeMethodDescriptionstatic OutboundSyncCronJobModelOutboundSyncTestUtil.createOutboundSyncJob(String id) Creates an outbound sync cron job model with the corresponding job model and the stream container model