Class CompareSyncUtils

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

public class CompareSyncUtils extends Object
  • Constructor Details

    • CompareSyncUtils

      public CompareSyncUtils()
  • Method Details

    • getCatalogs

      public static Map<String,Catalog> getCatalogs()
      method for the jsp page. Displays all catalogs in the PIM.
      Returns:
      a map with the catalog name and the item itself
    • getSyncJob

      public static Map<String,CatalogVersionSyncJob> getSyncJob(Catalog cat)
      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)