Class ConsignmentAssigneeListRenderer
- java.lang.Object
-
- de.hybris.platform.warehousingbackoffice.renderers.ConsignmentAssigneeListRenderer
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,java.lang.Object>
public class ConsignmentAssigneeListRenderer extends java.lang.Object implements com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,java.lang.Object>Displays the employee assigned to a given consignment in the All Consignments list view.
-
-
Field Summary
Fields Modifier and Type Field Description protected WorkflowServicenewestWorkflowServiceprotected static java.lang.StringSCLASS_YW_LISTVIEW_CELL_LABEL
-
Constructor Summary
Constructors Constructor Description ConsignmentAssigneeListRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkflowServicegetNewestWorkflowService()voidrender(org.zkoss.zul.Listcell listcell, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, java.lang.Object object, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
-
-
-
Field Detail
-
SCLASS_YW_LISTVIEW_CELL_LABEL
protected static final java.lang.String SCLASS_YW_LISTVIEW_CELL_LABEL
- See Also:
- Constant Field Values
-
newestWorkflowService
protected WorkflowService newestWorkflowService
-
-
Method Detail
-
render
public void render(org.zkoss.zul.Listcell listcell, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, java.lang.Object object, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)- Specified by:
renderin interfacecom.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Listcell,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,java.lang.Object>
-
getNewestWorkflowService
protected WorkflowService getNewestWorkflowService()
-
-