| Package | Description |
|---|---|
| de.hybris.platform.catalog.synchronization | |
| de.hybris.platform.cmsfacades.synchronization.service.impl |
| Modifier and Type | Method and Description |
|---|---|
SyncItemInfo |
SynchronizationStatusService.getSyncInfo(ItemModel theItem,
SyncItemJobModel syncItemJob)
Gets the
SyncItemStatus from the source of the synchronization side defined by syncItemJob
for a given item. |
SyncItemInfo |
DefaultSynchronizationStatusService.getSyncInfo(ItemModel item,
SyncItemJobModel syncItemJob) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SyncItemInfo> |
SynchronizationStatusService.getSyncInfo(ItemModel theItem,
java.util.List<SyncItemJobModel> syncItemJobs)
Gets the
SyncItemStatus from the all sources of the synchronization side defined by
syncItemJobs for a given item. |
java.util.List<SyncItemInfo> |
DefaultSynchronizationStatusService.getSyncInfo(ItemModel item,
java.util.List<SyncItemJobModel> syncItemJobs) |
java.util.List<SyncItemInfo> |
SynchronizationStatusService.getSyncInfo(java.util.List<ItemModel> givenItems,
SyncItemJobModel syncItemJob)
Gets the list of
SyncItemStatus from the source of the synchronization side defined by
syncItemJob for a given items givenItems. |
java.util.List<SyncItemInfo> |
DefaultSynchronizationStatusService.getSyncInfo(java.util.List<ItemModel> givenItems,
SyncItemJobModel syncItemJob) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseSynchronizationStatusServiceTest.assertSyncInfoEquals(SyncItemInfo actual,
SyncItemStatus expectedStatus,
PK expectedSyncJobPk,
PK expectedPk) |
| Modifier and Type | Method and Description |
|---|---|
protected SynchronizationItemDetailsData |
DefaultItemSynchronizationService.buildData(SyncRequestData syncRequestData,
ItemModel item,
java.util.List<ItemModel> relatedItems,
java.util.List<SyncItemInfo> syncInfo,
SyncItemInfo rootSyncInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected SyncItemStatus |
DefaultItemSynchronizationService.aggregatedStatusFromRelatedItems(java.util.List<SyncItemInfo> syncInfo)
Calculate an aggregated
SyncItemStatus from a given list of SyncItemInfo |
protected SynchronizationItemDetailsData |
DefaultItemSynchronizationService.buildData(SyncRequestData syncRequestData,
ItemModel item,
java.util.List<ItemModel> relatedItems,
java.util.List<SyncItemInfo> syncInfo,
SyncItemInfo rootSyncInfo) |
Copyright © 2018 SAP SE. All Rights Reserved.