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