Class LCMatchingProcess


  • public class LCMatchingProcess
    extends Object
    • Constructor Detail

      • LCMatchingProcess

        public LCMatchingProcess()
    • 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)