Class ReferencedInventoryBoxHandler
- java.lang.Object
-
- org.openbravo.client.kernel.BaseActionHandler
-
- org.openbravo.client.application.process.BaseProcessActionHandler
-
- org.openbravo.common.actionhandler.ReferencedInventoryBoxHandler
-
- All Implemented Interfaces:
ActionHandler
- Direct Known Subclasses:
ReferencedInventoryUnBoxHandler
public class ReferencedInventoryBoxHandler extends BaseProcessActionHandler
Action handler for boxing storage details into a Referenced Inventory
-
-
Field Summary
-
Fields inherited from class org.openbravo.client.application.process.BaseProcessActionHandler
PARAM_FILE_CONTENT, PARAM_FILE_NAME, PARAM_FILE_SIZE, PARAM_MULTIPART_VALUES
-
-
Constructor Summary
Constructors Constructor Description ReferencedInventoryBoxHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createAndProcessGoodsMovement(ReferencedInventory referencedInventory, org.codehaus.jettison.json.JSONArray selectedStorageDetails, String newStorageBinId)
protected org.codehaus.jettison.json.JSONObject
doExecute(Map<String,Object> parameters, String content)
-
Methods inherited from class org.openbravo.client.application.process.BaseProcessActionHandler
execute, extractParametersFromRequest, extractRequestContent, fixRequestMap, getResponseBuilder, hasAccess
-
Methods inherited from class org.openbravo.client.kernel.BaseActionHandler
execute, fixRequestMap, writeResponse
-
-
-
-
Method Detail
-
doExecute
protected org.codehaus.jettison.json.JSONObject doExecute(Map<String,Object> parameters, String content)
- Specified by:
doExecute
in classBaseProcessActionHandler
-
createAndProcessGoodsMovement
protected void createAndProcessGoodsMovement(ReferencedInventory referencedInventory, org.codehaus.jettison.json.JSONArray selectedStorageDetails, String newStorageBinId) throws Exception
- Throws:
Exception
-
-