Class CompareSyncUtils
java.lang.Object
de.hybris.platform.catalog.jalo.synccompare.CompareSyncUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateHTMLResultTable(ItemCompareResult icr, boolean fulloutput, boolean withheader) method for the jsp page.static Map<String,CatalogVersionSyncJob> getSyncJob(Catalog cat) method for the jsp page.
-
Constructor Details
-
CompareSyncUtils
public CompareSyncUtils()
-
-
Method Details
-
getCatalogs
method for the jsp page. Displays all catalogs in the PIM.- Returns:
- a map with the catalog name and the item itself
-
getSyncJob
method for the jsp page. Displays all the CatalogVersionSyncJobs (not the Superclass SyncItemJob!) for the given Catalog. With this item, the synchronization can be compared. So this item is needed for starting the check.- Parameters:
cat- the catalog item from the previous method- Returns:
- a map with the name of the CatalogVersionSyncJob and the item itself.
-
createHTMLResultTable
public static String createHTMLResultTable(ItemCompareResult icr, boolean fulloutput, boolean withheader)
-