Class ExcelImportAction

java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
com.hybris.backoffice.widgets.actions.excel.ExcelImportAction
All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<String,String>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

public class ExcelImportAction extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware implements com.hybris.cockpitng.actions.CockpitAction<String,String>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canPerform(com.hybris.cockpitng.actions.ActionContext<String> ctx)
     
     
    com.hybris.cockpitng.actions.ActionResult<String>
    perform(com.hybris.cockpitng.actions.ActionContext<String> ctx)
     

    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

    getConfirmationMessage, needsConfirmation
  • Field Details

  • Constructor Details

    • ExcelImportAction

      public ExcelImportAction()
  • Method Details

    • perform

      public com.hybris.cockpitng.actions.ActionResult<String> perform(com.hybris.cockpitng.actions.ActionContext<String> ctx)
      Specified by:
      perform in interface com.hybris.cockpitng.actions.CockpitAction<String,String>
    • canPerform

      public boolean canPerform(com.hybris.cockpitng.actions.ActionContext<String> ctx)
      Specified by:
      canPerform in interface com.hybris.cockpitng.actions.CockpitAction<String,String>
    • getTypeService

      public TypeService getTypeService()