Package org.openbravo.costing
Class LandedCostProcess
- java.lang.Object
-
- org.openbravo.costing.LandedCostProcess
-
public class LandedCostProcess extends Object
-
-
Constructor Summary
Constructors Constructor Description LandedCostProcess()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.jettison.json.JSONObject
doProcessLandedCost(LandedCost landedCost)
org.codehaus.jettison.json.JSONObject
processLandedCost(LandedCost landedCost)
Method to process a Landed Cost.
-
-
-
Method Detail
-
processLandedCost
public org.codehaus.jettison.json.JSONObject processLandedCost(LandedCost landedCost)
Method to process a Landed Cost.- Parameters:
landedCost
- the landed cost to be processed.- Returns:
- the message to be shown to the user properly formatted and translated to the user language.
-
doProcessLandedCost
public static org.codehaus.jettison.json.JSONObject doProcessLandedCost(LandedCost landedCost)
-
-