Class AbstractWorkflowActionDecisionRenderer<PARENT,CONFIG,DATA>

java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<PARENT,CONFIG,DATA>
com.hybris.backoffice.workflow.renderer.AbstractWorkflowActionDecisionRenderer<PARENT,CONFIG,DATA>
All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<PARENT,CONFIG,DATA>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<PARENT,CONFIG,DATA>
Direct Known Subclasses:
WorkflowActionDecisionMenuitemRenderer, WorkflowDecisionActionSectionRenderer

public abstract class AbstractWorkflowActionDecisionRenderer<PARENT,CONFIG,DATA> extends com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<PARENT,CONFIG,DATA>
  • Constructor Details

    • AbstractWorkflowActionDecisionRenderer

      public AbstractWorkflowActionDecisionRenderer()
  • Method Details

    • makeDecision

      protected void makeDecision(WorkflowActionModel workflowAction, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
    • getDecisionLabel

      protected String getDecisionLabel(WorkflowDecisionModel workflowDecision)
    • getLabelService

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

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

      protected DefaultWorkflowDecisionMaker getWorkflowDecisionMaker()
    • setWorkflowDecisionMaker

      public void setWorkflowDecisionMaker(DefaultWorkflowDecisionMaker workflowDecisionMaker)