java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.configuration.utility.ExportConfigurationUtils

public final class ExportConfigurationUtils extends Object
Utility class for export configuration editor.
  • Method Details

    • createListitem

      public static org.zkoss.zul.Listitem createListitem(IntegrationObjectModel io)
      Creates a listitem
      Parameters:
      io - IntegrationObject that the listitem will be created for
      Returns:
      Listitem
    • appendCountToLabel

      public static org.zkoss.zul.Listitem appendCountToLabel(org.zkoss.zul.Listitem listitem, String countFraction)
      Adds the currently selected instance count to the label of the listitem. Removes the count if the amount is zero.
      Parameters:
      listitem - Listitem who's label will be modified.
      countFraction - Count representing number of selected instances over the total number of instances
      Returns:
      Listitem