Uses of Class
de.hybris.platform.catalog.synchronization.SyncItemInfo
Packages that use SyncItemInfo
Package
Description
-
Uses of SyncItemInfo in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return SyncItemInfoModifier and TypeMethodDescriptionDefaultSynchronizationStatusService.getSyncInfo(ItemModel item, SyncItemJobModel syncItemJob) SynchronizationStatusService.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 SyncItemInfoModifier and TypeMethodDescriptionDefaultSynchronizationStatusService.getSyncInfo(ItemModel item, List<SyncItemJobModel> syncItemJobs) DefaultSynchronizationStatusService.getSyncInfo(List<ItemModel> givenItems, SyncItemJobModel syncItemJob) SynchronizationStatusService.getSyncInfo(ItemModel theItem, List<SyncItemJobModel> syncItemJobs) Gets theSyncItemStatusfrom the all sources of the synchronization side defined bysyncItemJobsfor a given item.SynchronizationStatusService.getSyncInfo(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 SyncItemInfoModifier and TypeMethodDescriptionprotected 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 that return types with arguments of type SyncItemInfoModifier and TypeMethodDescriptionprotected List<SyncItemInfo>DefaultItemSynchronizationService.getSyncItemInfoFromCacheOrRetrieve(List<ItemModel> relatedItems, SyncItemJobModel syncItemJobModel) Returns the list ofSyncItemInfofor the list of related items.Methods in de.hybris.platform.cmsfacades.synchronization.service.impl with parameters of type SyncItemInfoModifier and TypeMethodDescriptionprotected SynchronizationItemDetailsDataDefaultItemSynchronizationService.buildData(SyncRequestData syncRequestData, ItemModel item, List<ItemModel> relatedItems, List<SyncItemInfo> syncInfo, SyncItemInfo rootSyncInfo) Method parameters in de.hybris.platform.cmsfacades.synchronization.service.impl with type arguments of type SyncItemInfoModifier and TypeMethodDescriptionprotected SyncItemStatusDefaultItemSynchronizationService.aggregatedStatusFromRelatedItems(List<SyncItemInfo> syncInfo) Calculate an aggregatedSyncItemStatusfrom a given list ofSyncItemInfo