Class PublicationDashboardRowRenderer

java.lang.Object
de.hybris.platform.datahubbackoffice.datahub.dashboard.AbstractDashboardRowRenderer
de.hybris.platform.datahubbackoffice.datahub.dashboard.PublicationDashboardRowRenderer
All Implemented Interfaces:
DashboardRowRenderer

public class PublicationDashboardRowRenderer extends AbstractDashboardRowRenderer implements DashboardRowRenderer
  • Constructor Details

    • PublicationDashboardRowRenderer

      public PublicationDashboardRowRenderer()
  • Method Details

    • renderDashboardRow

      public void renderDashboardRow(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.engine.WidgetInstanceManager context)
      Specified by:
      renderDashboardRow in interface DashboardRowRenderer
    • getNumberOfColumnsToShowInCounts

      protected int getNumberOfColumnsToShowInCounts()
      Description copied from class: AbstractDashboardRowRenderer
      Returns number of columns shown in the counts statistics area.
      Specified by:
      getNumberOfColumnsToShowInCounts in class AbstractDashboardRowRenderer
      Returns:
      total number of columns including possible header columns.
    • setCountForLabel

      protected void setCountForLabel(String labelValue, org.zkoss.zul.Label label, com.hybris.datahub.dto.count.AbstractItemStatusCountData count)
      Specified by:
      setCountForLabel in class AbstractDashboardRowRenderer
    • getCountByStatus

      protected com.hybris.datahub.dto.count.CanonicalPublicationStatusCountData getCountByStatus(com.hybris.datahub.dto.pool.PoolData contextPool)