Class BillingInvoiceOrderDetailPageController


@Controller @RequestMapping("/my-account/manage-billing-invoice/") public class BillingInvoiceOrderDetailPageController extends AbstractSearchPageController
Controller defines routes to manage service order within My Company section.
  • Constructor Details

    • BillingInvoiceOrderDetailPageController

      public BillingInvoiceOrderDetailPageController()
  • Method Details

    • billingInvoiceDownload

      @RequestMapping(value="/billingInvoice/{serviceOrderCode:.*}/{billingDocId:.*}", method=GET) public void billingInvoiceDownload(@PathVariable("serviceOrderCode") String sapOrderCode, @PathVariable("billingDocId") String billingDocId, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
    • fetchBillingDocAndProcessResponse

      protected void fetchBillingDocAndProcessResponse(String sapOrderCode, String billingDocId, javax.servlet.http.HttpServletResponse response) throws SapBillingInvoiceUserException, IOException
      Throws:
      SapBillingInvoiceUserException
      IOException