Class SelectiveCartController

    • Constructor Detail

      • SelectiveCartController

        public SelectiveCartController()
    • Method Detail

      • uncheckCartEntries

        @RequestMapping(value="/entries/uncheck",
                        method=POST)
        public java.lang.String uncheckCartEntries​(@RequestParam("productCodes")
                                                   java.lang.String[] productCodes,
                                                   org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
      • checkCartEntries

        @RequestMapping(value="/entries/check",
                        method=POST)
        public java.lang.String checkCartEntries​(@RequestParam("productCodes")
                                                 java.lang.String[] productCodes,
                                                 org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
      • removeWishListEntries

        @RequestMapping(value="/entries/remove",
                        method=POST)
        public java.lang.String removeWishListEntries​(@RequestParam("productCode")
                                                      java.lang.String productCode,
                                                      org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
      • hasWishListDataOnly

        @ResponseBody
        @RequestMapping(value="/entries",
                        method=GET)
        public boolean hasWishListDataOnly()