Class BaseUserDefAction

    • Constructor Detail

      • BaseUserDefAction

        public BaseUserDefAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            UserDef userdef)
      • lockUserDefs

        protected void lockUserDefs​(UserDef userdef,
                                    jakarta.servlet.http.HttpServletRequest req)
                             throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockUserDefs

        protected void unLockUserDefs​(UserDef userdef,
                                      jakarta.servlet.http.HttpServletRequest req,
                                      boolean unlockByTimeoout)
                               throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkUserDefs

        protected void checkUserDefs​(UserDef userdef,
                                     jakarta.servlet.http.HttpServletRequest req)
                              throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateUserDefs

        protected void canUpdateUserDefs​(UserDef userdef,
                                         jakarta.servlet.http.HttpServletRequest req)
                                  throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception