Uses of Class
de.hybris.platform.catalog.synchronization.SyncResult
Packages that use SyncResult
-
Uses of SyncResult in com.hybris.backoffice.sync.facades
Method parameters in com.hybris.backoffice.sync.facades with type arguments of type SyncResultModifier and TypeMethodDescriptionDefaultSynchronizationFacade.executeSync(SyncTask syncTask, BiFunction<SyncItemJobModel, SyncConfig, SyncResult> syncRunner) -
Uses of SyncResult in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return SyncResultModifier and TypeMethodDescriptionCatalogSynchronizationService.performSynchronization(List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig) Performs the synchronization for given items.DefaultCatalogSynchronizationService.performSynchronization(List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig) CatalogSynchronizationService.synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig) Starts synchronization for an existingSyncItemJobModel.DefaultCatalogSynchronizationService.synchronize(SyncItemJobModel syncJob, SyncConfig syncConfig) Methods in de.hybris.platform.catalog.synchronization that return types with arguments of type SyncResultModifier and TypeMethodDescriptionCatalogSynchronizationService.lookupCurrentSynchronizations(SyncItemJobModel theSyncJob) Returns the current executions for the giventheSyncJob.DefaultCatalogSynchronizationService.lookupCurrentSynchronizations(SyncItemJobModel theSyncJob) CatalogSynchronizationService.performSynchronization(List<ItemModel> givenItems, List<SyncItemJobModel> syncItemJobs, SyncConfig syncConfig) Performs the synchronization for given items against given sync jobs.DefaultCatalogSynchronizationService.performSynchronization(List<ItemModel> givenItems, List<SyncItemJobModel> syncItemJobs, SyncConfig syncConfig) Method parameters in de.hybris.platform.catalog.synchronization with type arguments of type SyncResultModifier and TypeMethodDescriptionvoidDefaultCatalogSynchronizationServiceTest.awaitThenSynchronizeAndCountDown(List<ProductModel> sourceProductsPart, SyncItemJobModel syncItemJob, SyncConfig syncConfig, AtomicReference<SyncResult> result, CountDownLatch startSignal, CountDownLatch testFinish, long millisecondsOffSet)