Class TmaPolicyStatementRenderer

java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,Object>
de.hybris.platform.b2ctelcobackoffice.renderers.TmaPolicyStatementRenderer
All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,Object>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,Object>

public class TmaPolicyStatementRenderer extends com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,Object>
Renderer for creating the label of a TmaPolicyStatementModel with details regarding the policy statement type.
Since:
6.7
  • Constructor Details

    • TmaPolicyStatementRenderer

      public TmaPolicyStatementRenderer()
  • Method Details

    • render

      public void render(org.zkoss.zul.Listcell listcell, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, Object object, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
    • canRender

      public boolean canRender(TmaPolicyStatementModel policyStatementModel)
    • getPolicyStatementDisplayValue

      protected String getPolicyStatementDisplayValue(TmaPolicyStatementModel policyStatement)
    • getTypeCode

      protected String getTypeCode()
    • setTypeCode

      public void setTypeCode(String typeCode)
    • getPolicyStatementTypePrefix

      protected String getPolicyStatementTypePrefix()
    • setPolicyStatementTypePrefix

      public void setPolicyStatementTypePrefix(String policyStatementTypePrefix)
    • getLabelService

      protected com.hybris.cockpitng.labels.LabelService getLabelService()
    • setLabelService

      public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)