Uses of Interface
de.hybris.platform.outboundsync.job.impl.OutboundSyncJobRegister
Packages that use OutboundSyncJobRegister
Package
Description
-
Uses of OutboundSyncJobRegister in de.hybris.platform.outboundsync.activator.impl
Constructors in de.hybris.platform.outboundsync.activator.impl with parameters of type OutboundSyncJobRegisterModifierConstructorDescriptionDefaultDeleteOutboundSyncService(@NotNull ItemModelSearchService searchService, @NotNull OutboundItemFactory factory, @NotNull OutboundSyncJobRegister register, @NotNull DeleteRequestSender sender) Instantiates this services with its required dependenciesDefaultOutboundSyncService(@NotNull ItemModelSearchService searchService, @NotNull OutboundItemFactory factory, @NotNull OutboundSyncJobRegister register, @NotNull OutboundServiceFacade facade) Deprecated, for removal: This API element is subject to removal in a future version.DefaultOutboundSyncService(@NotNull ItemModelSearchService searchService, @NotNull OutboundItemFactory factory, @NotNull OutboundSyncJobRegister register, @NotNull OutboundServiceFacade facade, @NotNull OutboundMultiPartResponseParser responseParser) Instantiates this outbound sync service. -
Uses of OutboundSyncJobRegister in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement OutboundSyncJobRegisterModifier and TypeClassDescriptionclassImplementation of theOutboundSyncJobRegisterthat is used by default when no custom implementation is injected.Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncJobRegisterModifier and TypeMethodDescriptionvoidOutboundSyncCronJobPerformable.setJobRegister(@NotNull OutboundSyncJobRegister register) Injects specificOutboundSyncJobRegisterimplementation.Constructors in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncJobRegisterModifierConstructorDescriptionOutboundSyncJobSupervisor(@NotNull OutboundSyncJobRegister register) Instantiates this supervisor job. -
Uses of OutboundSyncJobRegister in de.hybris.platform.outboundsync.listeners
Constructors in de.hybris.platform.outboundsync.listeners with parameters of type OutboundSyncJobRegisterModifierConstructorDescriptionOutboundSyncEventListener(@NotNull OutboundSyncJobRegister register)
DefaultOutboundSyncService(ItemModelSearchService, OutboundItemFactory, OutboundSyncJobRegister, OutboundServiceFacade, OutboundMultiPartResponseParser)to instantiates this outbound sync service.