Class BasePageAliasAction

    • Constructor Detail

      • BasePageAliasAction

        public BasePageAliasAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            PageAlias pagealias)
      • lockPageAliass

        protected void lockPageAliass​(PageAlias pagealias,
                                      jakarta.servlet.http.HttpServletRequest req)
                               throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockPageAliass

        protected void unLockPageAliass​(PageAlias pagealias,
                                        jakarta.servlet.http.HttpServletRequest req,
                                        boolean unlockByTimeoout)
                                 throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkPageAliass

        protected void checkPageAliass​(PageAlias pagealias,
                                       jakarta.servlet.http.HttpServletRequest req)
                                throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdatePageAliass

        protected void canUpdatePageAliass​(PageAlias pagealias,
                                           jakarta.servlet.http.HttpServletRequest req)
                                    throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception