Class QuickOrderPageController


  • @Controller
    @RequestMapping("/quickOrder")
    public class QuickOrderPageController
    extends AbstractPageController
    • Constructor Detail

      • QuickOrderPageController

        public QuickOrderPageController()
    • Method Detail

      • getProductInfo

        @RequestMapping(value="/productInfo",
                        method=GET,
                        produces="application/json")
        @ResponseBody
        public ProductWrapperData getProductInfo​(@RequestParam("code")
                                                 java.lang.String code)
      • logDebugException

        protected void logDebugException​(java.lang.Exception ex)
      • getErrorMessage

        protected java.lang.String getErrorMessage​(java.lang.String messageKey,
                                                   java.lang.Object[] args)