Class CompareSynchronization
java.lang.Object
de.hybris.platform.catalog.jalo.synccompare.CompareSynchronization
This class compares all synchronized items of a source
CatalogVersion and a target CatalogVersion from the
given CatalogVersionSyncJob. The work flow is simple:-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompareSyncRootType(ComposedType root_ct, int skip) Gets for the givenComposedTypes and the givenCatalogVersionSyncJob(see constructor) all items and compere those synchronzied items.
-
Constructor Details
-
CompareSynchronization
-
-
Method Details
-
compareSyncRootType
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
-