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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StockLevelAttributescreateStockLevelAttribute(org.zkoss.zul.Row row) protected voiddisplayErrorMessage(String errorMsg, String title) Method displays the error message onMessageboxvoidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters)
-
Field Details
-
ERROR_POPUP_TITLE
- See Also:
-
-
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:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
displayErrorMessage
Method displays the error message onMessagebox- Parameters:
errorMsg-title-
-
createStockLevelAttribute
-