Class AddChildTmaPoAction

java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.b2ctelcobackoffice.actions.AddChildTmaPoAction
All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<Object,Object>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

public class AddChildTmaPoAction extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware implements com.hybris.cockpitng.actions.CockpitAction<Object,Object>
Action handling the addition of new tree nodes in TmaBundledProductOfferingModel.CHILDREN tree hierarchy.
Since:
6.7
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.hybris.cockpitng.labels.LabelService
     
    protected de.hybris.platform.servicelayer.model.ModelService
     
    protected com.hybris.cockpitng.util.notifications.NotificationService
     
    protected TmaPoService
     
    com.hybris.cockpitng.actions.ActionResult<Object>
    perform(com.hybris.cockpitng.actions.ActionContext<Object> actionContext)
     

    Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware

    addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.hybris.cockpitng.actions.CockpitAction

    canPerform, getConfirmationMessage, needsConfirmation
  • Constructor Details

    • AddChildTmaPoAction

      public AddChildTmaPoAction()
  • Method Details

    • perform

      public com.hybris.cockpitng.actions.ActionResult<Object> perform(com.hybris.cockpitng.actions.ActionContext<Object> actionContext)
      Specified by:
      perform in interface com.hybris.cockpitng.actions.CockpitAction<Object,Object>
    • getProductOfferingService

      protected TmaPoService getProductOfferingService()
    • getLabelService

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

      protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()
    • getModelService

      protected de.hybris.platform.servicelayer.model.ModelService getModelService()