Class BaseAttributeAction

    • Constructor Detail

      • BaseAttributeAction

        public BaseAttributeAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            Attribute attribute)
      • lockAttributes

        protected void lockAttributes​(Attribute attribute,
                                      jakarta.servlet.http.HttpServletRequest req)
                               throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockAttributes

        protected void unLockAttributes​(Attribute attribute,
                                        jakarta.servlet.http.HttpServletRequest req,
                                        boolean unlockByTimeoout)
                                 throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkAttributes

        protected void checkAttributes​(Attribute attribute,
                                       jakarta.servlet.http.HttpServletRequest req)
                                throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateAttributes

        protected void canUpdateAttributes​(Attribute attribute,
                                           jakarta.servlet.http.HttpServletRequest req)
                                    throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception