Class OfferPickProductActionHandler
- java.lang.Object
-
- org.openbravo.client.kernel.BaseActionHandler
-
- org.openbravo.client.application.process.BaseProcessActionHandler
-
- org.openbravo.common.actionhandler.OfferPickAndExecBaseActionHandler
-
- org.openbravo.common.actionhandler.OfferPickProductActionHandler
-
- All Implemented Interfaces:
ActionHandler
public class OfferPickProductActionHandler extends OfferPickAndExecBaseActionHandler
-
-
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 OfferPickProductActionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doPickAndExecute(String offerId, PriceAdjustment priceAdjustment, Client client, Organization org, org.codehaus.jettison.json.JSONArray selectedLines)
protected String
getJSONName()
-
Methods inherited from class org.openbravo.common.actionhandler.OfferPickAndExecBaseActionHandler
doExecute
-
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
-
doPickAndExecute
protected void doPickAndExecute(String offerId, PriceAdjustment priceAdjustment, Client client, Organization org, org.codehaus.jettison.json.JSONArray selectedLines) throws org.codehaus.jettison.json.JSONException
- Specified by:
doPickAndExecute
in classOfferPickAndExecBaseActionHandler
- Throws:
org.codehaus.jettison.json.JSONException
-
getJSONName
protected String getJSONName()
- Specified by:
getJSONName
in classOfferPickAndExecBaseActionHandler
-
-