| Modifier and Type | Method and Description |
|---|---|
SyncConfig |
SyncTask.getSyncConfig()
Optional configuration for synchronisation
SyncConfig |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncTask.setSyncConfig(SyncConfig syncConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected SyncConfig |
DefaultSynchronizationFacade.createSyncConfigWithDefaults(SyncItemJobModel syncJob)
Creates sync config based on project properties and syncJob settings.
|
protected SyncConfig |
DefaultSynchronizationFacade.prepareSyncConfig(SyncConfig syncConfig,
SyncItemJobModel syncJob)
Prepares sync config.
|
| Modifier and Type | Method and Description |
|---|---|
protected SyncConfig |
DefaultSynchronizationFacade.prepareSyncConfig(SyncConfig syncConfig,
SyncItemJobModel syncJob)
Prepares sync config.
|
| 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 |
|---|---|
protected SyncConfig |
DefaultCatalogSynchronizationService.cloneSyncConfig(SyncConfig givenSyncConfig) |
protected SyncConfig |
DefaultCatalogSynchronizationServiceTest.createSyncConfig(boolean synchronous) |
protected SyncConfig |
BaseSynchronizationStatusServiceTest.prepareSyncConfig() |
protected SyncConfig |
DefaultCatalogSynchronizationService.scheduleItemsWithConfig(SyncConfig syncConfig,
SyncItemJobModel syncJob,
java.util.List<ItemModel> applicableItems) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCatalogSynchronizationService.addScheduleFromConfig(SyncItemCronJobModel cronJob,
SyncConfig config) |
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) |
protected SyncConfig |
DefaultCatalogSynchronizationService.cloneSyncConfig(SyncConfig givenSyncConfig) |
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.
|
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.
|
protected void |
BaseSynchronizationStatusServiceTest.performSynchronization(SyncItemJobModel syncItemJobModel,
java.util.List<ItemModel> items,
SyncConfig syncConfig) |
protected SyncConfig |
DefaultCatalogSynchronizationService.scheduleItemsWithConfig(SyncConfig syncConfig,
SyncItemJobModel syncJob,
java.util.List<ItemModel> applicableItems) |
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 |
|---|---|
protected SyncConfig |
CatalogSystemSetupTest.prepareSyncConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CatalogSystemSetupTest.performSynchronization(SyncItemJobModel syncItemJobModel,
java.util.List<ItemModel> items,
SyncConfig syncConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemSynchronizationFacade.performItemSynchronization(SyncRequestData syncRequestData,
SynchronizationData synchronizationData,
SyncConfig config)
Performs the synchronization for a list of
ItemModel. |
| Modifier and Type | Method and Description |
|---|---|
protected SyncConfig |
DefaultItemSynchronizationFacade.getSyncConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultItemSynchronizationFacade.performItemSynchronization(SyncRequestData syncRequestData,
SynchronizationData synchronizationData,
SyncConfig config) |
void |
DefaultItemSynchronizationFacade.setSyncConfig(SyncConfig syncConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemSynchronizationService.performItemSynchronization(SyncRequestData syncRequestData,
java.util.List<ItemModel> items,
SyncConfig config)
performs the synchronization of a list of
ItemModel taking in consideration the source and target catalog versions. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultItemSynchronizationService.performItemSynchronization(SyncRequestData syncRequestData,
java.util.List<ItemModel> items,
SyncConfig config)
performs the synchronization of a list of
ItemModel taking in consideration the source and target catalog
versions. |
| Modifier and Type | Method and Description |
|---|---|
protected SyncConfig |
DefaultVendorCMSService.getSyncConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultVendorCMSService.setSyncConfig(SyncConfig syncConfig) |
Copyright © 2018 SAP SE. All Rights Reserved.