Class LandedCostProcess


  • public class LandedCostProcess
    extends Object
    • Constructor Detail

      • LandedCostProcess

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