Uses of Class
de.hybris.platform.catalog.synchronization.SyncResult
-
Packages that use SyncResult Package Description com.hybris.backoffice.sync.facades de.hybris.platform.catalog.synchronization -
-
Uses of SyncResult in com.hybris.backoffice.sync.facades
Method parameters in com.hybris.backoffice.sync.facades with type arguments of type SyncResult Modifier and Type Method Description protected java.util.Optional<java.lang.String>DefaultSynchronizationFacade. executeSync(SyncTask syncTask, java.util.function.BiFunction<SyncItemJobModel,SyncConfig,SyncResult> syncRunner) -
Uses of SyncResult in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return SyncResult Modifier and Type Method Description SyncResultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig)Performs the synchronization for given items.SyncResultDefaultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig)SyncResultCatalogSynchronizationService. synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig)Starts synchronization for an existingSyncItemJobModel.SyncResultDefaultCatalogSynchronizationService. synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig)Methods in de.hybris.platform.catalog.synchronization that return types with arguments of type SyncResult Modifier and Type Method Description java.util.Collection<SyncResult>CatalogSynchronizationService. lookupCurrentSynchronizations(SyncItemJobModel theSyncJob)Returns the current executions for the giventheSyncJob.java.util.Collection<SyncResult>DefaultCatalogSynchronizationService. lookupCurrentSynchronizations(SyncItemJobModel theSyncJob)java.util.List<SyncResult>CatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, java.util.List<SyncItemJobModel> syncItemJobs, SyncConfig syncConfig)Performs the synchronization for given items against given sync jobs.java.util.List<SyncResult>DefaultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, java.util.List<SyncItemJobModel> syncItemJobs, SyncConfig syncConfig)Method parameters in de.hybris.platform.catalog.synchronization with type arguments of type SyncResult Modifier and Type Method Description voidDefaultCatalogSynchronizationServiceTest. awaitThenSynchronizeAndCountDown(java.util.List<ProductModel> sourceProductsPart, SyncItemJobModel syncItemJob, SyncConfig syncConfig, java.util.concurrent.atomic.AtomicReference<SyncResult> result, java.util.concurrent.CountDownLatch startSignal, java.util.concurrent.CountDownLatch testFinish, long millisecondsOffSet)
-