Uses of Interface
de.hybris.platform.outboundsync.job.impl.OutboundSyncJob
-
Packages that use OutboundSyncJob Package Description de.hybris.platform.outboundsync.job.impl -
-
Uses of OutboundSyncJob in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement OutboundSyncJob Modifier and Type Class Description classOutboundSyncJobStateAggregatorThis aggregator keeps track of an outbound sync job by aggregatingOutboundSyncEvents indicating the job progress.Methods in de.hybris.platform.outboundsync.job.impl that return OutboundSyncJob Modifier and Type Method Description @NotNull OutboundSyncJobDefaultOutboundSyncJobRegister. getJob(@NotNull OutboundSyncCronJobModel jobModel)@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.Methods in de.hybris.platform.outboundsync.job.impl that return types with arguments of type OutboundSyncJob Modifier and Type Method Description java.util.Optional<OutboundSyncJob>DefaultOutboundSyncJobRegister. getJob(@NotNull PK jobPk)java.util.Optional<OutboundSyncJob>OutboundSyncJobRegister. getJob(@NotNull PK jobPk)Retrieves the outbound sync job object corresponding to the specified job model primary key.
-