Class CompareSynchronization
- java.lang.Object
-
- de.hybris.platform.catalog.jalo.synccompare.CompareSynchronization
-
public class CompareSynchronization extends java.lang.ObjectThis class compares all synchronized items of a sourceCatalogVersionand a targetCatalogVersionfrom the givenCatalogVersionSyncJob. The work flow is simple:
-
-
Constructor Summary
Constructors Constructor Description CompareSynchronization(CatalogVersionSyncJob cvsj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ItemCompareResult>compareSyncRootType(ComposedType root_ct, int skip)Gets for the givenComposedTypes and the givenCatalogVersionSyncJob(see constructor) all items and compere those synchronzied items.
-
-
-
Constructor Detail
-
CompareSynchronization
public CompareSynchronization(CatalogVersionSyncJob cvsj)
-
-
Method Detail
-
compareSyncRootType
public java.util.List<ItemCompareResult> compareSyncRootType(ComposedType root_ct, int skip)
Gets for the givenComposedTypes and the givenCatalogVersionSyncJob(see constructor) all items and compere those synchronzied items. Depending on the skip value the item amount is reduced.- Parameters:
root_ct-skip-- Returns:
- a List with results. Each
ItemCompareResultrepresents the compare result between the source item and the synchronized item
-
-