Class AbstractStockInventoryConfigurationHandler

java.lang.Object
de.hybris.platform.transportbackoffice.widgets.inventory.handler.AbstractStockInventoryConfigurationHandler
All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Direct Known Subclasses:
AssignStockInventoryConfigurationHandler, AssignStockInventoryForProductConfigurationHandler

public abstract class AbstractStockInventoryConfigurationHandler extends Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
This handler is used to handle the next step logic for Step2, in Create Inventory for Booking Class
  • Field Details

  • Constructor Details

    • AbstractStockInventoryConfigurationHandler

      public AbstractStockInventoryConfigurationHandler()
  • Method Details

    • perform

      public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String,String> parameters)
      Specified by:
      perform in interface com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
    • displayErrorMessage

      protected void displayErrorMessage(String errorMsg, String title)
      Method displays the error message on Messagebox
      Parameters:
      errorMsg -
      title -
    • createStockLevelAttribute

      protected abstract StockLevelAttributes createStockLevelAttribute(org.zkoss.zul.Row row)