Class BasePdfTemplateAction

    • Constructor Detail

      • BasePdfTemplateAction

        public BasePdfTemplateAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            PdfTemplate pdftemplate)
      • lockPdfTemplates

        protected void lockPdfTemplates​(PdfTemplate pdftemplate,
                                        jakarta.servlet.http.HttpServletRequest req)
                                 throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockPdfTemplates

        protected void unLockPdfTemplates​(PdfTemplate pdftemplate,
                                          jakarta.servlet.http.HttpServletRequest req,
                                          boolean unlockByTimeoout)
                                   throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkPdfTemplates

        protected void checkPdfTemplates​(PdfTemplate pdftemplate,
                                         jakarta.servlet.http.HttpServletRequest req)
                                  throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdatePdfTemplates

        protected void canUpdatePdfTemplates​(PdfTemplate pdftemplate,
                                             jakarta.servlet.http.HttpServletRequest req)
                                      throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception