Uses of Interface
de.hybris.platform.outboundsync.job.impl.OutboundSyncJobRegister
-
Packages that use OutboundSyncJobRegister Package Description de.hybris.platform.outboundsync.job.impl de.hybris.platform.outboundsync.listeners -
-
Uses of OutboundSyncJobRegister in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement OutboundSyncJobRegister Modifier and Type Class Description classDefaultOutboundSyncJobRegisterImplementation of theOutboundSyncJobRegisterthat is used by default when no custom implementation is injected.Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncJobRegister Modifier and Type Method Description voidOutboundSyncCronJobPerformable. setJobRegister(@NotNull OutboundSyncJobRegister register)Injects specificOutboundSyncJobRegisterimplementation. -
Uses of OutboundSyncJobRegister in de.hybris.platform.outboundsync.listeners
Constructors in de.hybris.platform.outboundsync.listeners with parameters of type OutboundSyncJobRegister Constructor Description OutboundSyncEventListener(@NotNull OutboundSyncJobRegister register)
-