Class AssignAccommodationInventoryHandler
java.lang.Object
de.hybris.platform.accommodationbackoffice.widgets.handler.AssignAccommodationInventoryHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class AssignAccommodationInventoryHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
This is the handler for the validations for the Step #1 of the Add - manage inventory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StockLevelAttributescreateStockLevelAttribute(org.zkoss.zul.Row row) protected voiddisplayErrorMessage(String errorMsg, String title) voidperform(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
-
AssignAccommodationInventoryHandler
public AssignAccommodationInventoryHandler()
-
-
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
-
createStockLevelAttribute
- Parameters:
row-- Returns:
-
displayErrorMessage
- Parameters:
errorMsg-title-
-