| Package | Description |
|---|---|
| com.hybris.backoffice.sync.facades | |
| de.hybris.platform.catalog.synchronization |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<java.lang.String> |
DefaultSynchronizationFacade.executeSync(SyncTask syncTask,
java.util.function.BiFunction<SyncItemJobModel,SyncConfig,SyncResult> syncRunner) |
| Modifier and Type | Method and Description |
|---|---|
SyncResult |
DefaultCatalogSynchronizationService.performSynchronization(java.util.List<ItemModel> givenItems,
SyncItemJobModel syncItemJob,
SyncConfig syncConfig) |
SyncResult |
CatalogSynchronizationService.performSynchronization(java.util.List<ItemModel> givenItems,
SyncItemJobModel syncItemJob,
SyncConfig syncConfig)
Performs the synchronization for given items.
|
SyncResult |
DefaultCatalogSynchronizationService.synchronize(SyncItemJobModel syncJob,
SyncConfig syncConfig) |
SyncResult |
CatalogSynchronizationService.synchronize(SyncItemJobModel syncJob,
SyncConfig syncConfig)
Starts synchronization for an existing
SyncItemJobModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SyncResult> |
DefaultCatalogSynchronizationService.lookupCurrentSynchronizations(SyncItemJobModel theSyncJob) |
java.util.Collection<SyncResult> |
CatalogSynchronizationService.lookupCurrentSynchronizations(SyncItemJobModel theSyncJob)
Returns the current executions for the given
theSyncJob. |
java.util.List<SyncResult> |
DefaultCatalogSynchronizationService.performSynchronization(java.util.List<ItemModel> givenItems,
java.util.List<SyncItemJobModel> syncItemJobs,
SyncConfig syncConfig) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCatalogSynchronizationServiceTest.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) |
Copyright © 2018 SAP SE. All Rights Reserved.