Class MyQuotesController

    • Constructor Detail

      • MyQuotesController

        public MyQuotesController()
    • Method Detail

      • quote

        @RequestMapping(value="/{quoteCode}",
                        method=GET)
        public java.lang.String quote​(org.springframework.ui.Model model,
                                      org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel,
                                      @PathVariable("quoteCode")
                                      java.lang.String quoteCode)
                               throws CMSItemNotFoundException
        Throws:
        CMSItemNotFoundException
      • getProductVariantMatrixForResponsive

        @RequestMapping(value="/{quoteCode}/getReadOnlyProductVariantMatrix",
                        method=GET)
        public java.lang.String getProductVariantMatrixForResponsive​(@PathVariable("quoteCode")
                                                                     java.lang.String quoteCode,
                                                                     @RequestParam("productCode")
                                                                     java.lang.String productCode,
                                                                     org.springframework.ui.Model model)
      • loadCommentsShown

        protected void loadCommentsShown​(org.springframework.ui.Model model)
      • setAllowedActions

        protected void setAllowedActions​(org.springframework.ui.Model model,
                                         java.lang.String quoteCode)
        Set allowed actions for a given quote on model.
        Parameters:
        model - the MVC model
        quoteCode - the quote to be checked.
      • getQuoteFacade

        protected QuoteFacade getQuoteFacade()
      • getCartFacade

        protected CartFacade getCartFacade()