Class BasePageLayoutAction

    • Constructor Detail

      • BasePageLayoutAction

        public BasePageLayoutAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            PageLayout pagelayout)
      • lockPageLayouts

        protected void lockPageLayouts​(PageLayout pagelayout,
                                       jakarta.servlet.http.HttpServletRequest req)
                                throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockPageLayouts

        protected void unLockPageLayouts​(PageLayout pagelayout,
                                         jakarta.servlet.http.HttpServletRequest req,
                                         boolean unlockByTimeoout)
                                  throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkPageLayouts

        protected void checkPageLayouts​(PageLayout pagelayout,
                                        jakarta.servlet.http.HttpServletRequest req)
                                 throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdatePageLayouts

        protected void canUpdatePageLayouts​(PageLayout pagelayout,
                                            jakarta.servlet.http.HttpServletRequest req)
                                     throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception