Class CompareSynchronization

java.lang.Object
de.hybris.platform.catalog.jalo.synccompare.CompareSynchronization

public class CompareSynchronization extends Object
This class compares all synchronized items of a source CatalogVersion and a target CatalogVersion from the given CatalogVersionSyncJob. The work flow is simple:
  • Constructor Details

  • Method Details

    • compareSyncRootType

      public List<ItemCompareResult> compareSyncRootType(ComposedType root_ct, int skip)
      Gets for the given ComposedTypes and the given CatalogVersionSyncJob (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 ItemCompareResult represents the compare result between the source item and the synchronized item