Class InvoiceDocumentController


@Controller @Scope("tenant") @RequestMapping("/my-company/organization-management/invoicedocument") public class InvoiceDocumentController extends AbstractSearchPageController
Controller for invoice download and invoice details.
  • Field Details

  • Constructor Details

    • InvoiceDocumentController

      public InvoiceDocumentController()
  • Method Details

    • invoiceDownload

      @ResponseBody @RequestMapping(value="/invoicedownload", method={GET,POST}) public void invoiceDownload(@RequestParam("invoiceCode") String invoiceCode, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Invoice download functionality.
    • invoiceDetails

      @RequestMapping(value="/invoicedetails", method=GET) public String invoiceDetails(@RequestParam("invoiceCode") String invoiceCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException