Uses of Class
de.hybris.platform.catalog.synchronization.SyncItemInfo
-
Packages that use SyncItemInfo Package Description de.hybris.platform.catalog.synchronization de.hybris.platform.cmsfacades.synchronization.service.impl -
-
Uses of SyncItemInfo in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return SyncItemInfo Modifier and Type Method Description SyncItemInfoDefaultSynchronizationStatusService. getSyncInfo(ItemModel item, SyncItemJobModel syncItemJob)SyncItemInfoSynchronizationStatusService. getSyncInfo(ItemModel theItem, SyncItemJobModel syncItemJob)Gets theSyncItemStatusfrom the source of the synchronization side defined bysyncItemJobfor a given item.Methods in de.hybris.platform.catalog.synchronization that return types with arguments of type SyncItemInfo Modifier and Type Method Description java.util.List<SyncItemInfo>DefaultSynchronizationStatusService. getSyncInfo(ItemModel item, java.util.List<SyncItemJobModel> syncItemJobs)java.util.List<SyncItemInfo>DefaultSynchronizationStatusService. getSyncInfo(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob)java.util.List<SyncItemInfo>SynchronizationStatusService. getSyncInfo(ItemModel theItem, java.util.List<SyncItemJobModel> syncItemJobs)Gets theSyncItemStatusfrom the all sources of the synchronization side defined bysyncItemJobsfor a given item.java.util.List<SyncItemInfo>SynchronizationStatusService. getSyncInfo(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob)Gets the list ofSyncItemStatusfrom the source of the synchronization side defined bysyncItemJobfor a given itemsgivenItems.Methods in de.hybris.platform.catalog.synchronization with parameters of type SyncItemInfo Modifier and Type Method Description protected voidBaseSynchronizationStatusServiceTest. assertSyncInfoEquals(SyncItemInfo actual, SyncItemStatus expectedStatus, PK expectedSyncJobPk, PK expectedPk) -
Uses of SyncItemInfo in de.hybris.platform.cmsfacades.synchronization.service.impl
Methods in de.hybris.platform.cmsfacades.synchronization.service.impl with parameters of type SyncItemInfo Modifier and Type Method Description protected SynchronizationItemDetailsDataDefaultItemSynchronizationService. buildData(SyncRequestData syncRequestData, ItemModel item, java.util.List<ItemModel> relatedItems, java.util.List<SyncItemInfo> syncInfo, SyncItemInfo rootSyncInfo)Method parameters in de.hybris.platform.cmsfacades.synchronization.service.impl with type arguments of type SyncItemInfo Modifier and Type Method Description protected SyncItemStatusDefaultItemSynchronizationService. aggregatedStatusFromRelatedItems(java.util.List<SyncItemInfo> syncInfo)Calculate an aggregatedSyncItemStatusfrom a given list ofSyncItemInfo
-