Class RulesModuleCatalogVersionCellRenderer<R extends AbstractRulesModuleModel>
java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,R>
de.hybris.platform.ruleenginebackoffice.widgets.listview.renderer.RulesModuleCatalogVersionCellRenderer<R>
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zul.Listcell,,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn, R> com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn, R>
public class RulesModuleCatalogVersionCellRenderer<R extends AbstractRulesModuleModel>
extends com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,R>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CatalogVersionFinderStrategyprotected StringgetLabelText(AbstractRulesModuleModel rulesModule) Finds all catalog versions for the given rules module and concatenates catalog names to obtain a comma separated string valuevoidrender(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn columnConfiguration, R rulesModule, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) voidsetCatalogVersionFinderStrategy(CatalogVersionFinderStrategy catalogVersionFinderStrategy) Methods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer
addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer
render
-
Constructor Details
-
RulesModuleCatalogVersionCellRenderer
public RulesModuleCatalogVersionCellRenderer()
-
-
Method Details
-
render
public void render(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn columnConfiguration, R rulesModule, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
getLabelText
Finds all catalog versions for the given rules module and concatenates catalog names to obtain a comma separated string value -
getCatalogVersionFinderStrategy
-
setCatalogVersionFinderStrategy
public void setCatalogVersionFinderStrategy(CatalogVersionFinderStrategy catalogVersionFinderStrategy)
-