@Controller @RequestMapping("/my-account/my-quotes") public class MyQuotesController extends AbstractSearchPageController
  • Constructor Details

    • MyQuotesController

      public MyQuotesController()
  • Method Details

    • quotes

      @RequestMapping(method=GET) public String quotes(@RequestParam(value="page",defaultValue="0") int page, @RequestParam(value="show",defaultValue="Page") AbstractSearchPageController.ShowMode showMode, @RequestParam(value="sort",defaultValue="byDate") String sortCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) throws CMSItemNotFoundException
      Throws:
      CMSItemNotFoundException
    • quote

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

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

      protected void sortComments(AbstractOrderData orderData)
    • loadCommentsShown

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

      protected void setAllowedActions(org.springframework.ui.Model model, 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()
    • getVoucherFacade

      public VoucherFacade getVoucherFacade()
    • getCartFacade

      protected CartFacade getCartFacade()