Class BaseGenericActionDefAction

    • Constructor Detail

      • BaseGenericActionDefAction

        public BaseGenericActionDefAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            GenericActionDef genericactiondef)
      • lockGenericActionDefs

        protected void lockGenericActionDefs​(GenericActionDef genericactiondef,
                                             jakarta.servlet.http.HttpServletRequest req)
                                      throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockGenericActionDefs

        protected void unLockGenericActionDefs​(GenericActionDef genericactiondef,
                                               jakarta.servlet.http.HttpServletRequest req,
                                               boolean unlockByTimeoout)
                                        throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkGenericActionDefs

        protected void checkGenericActionDefs​(GenericActionDef genericactiondef,
                                              jakarta.servlet.http.HttpServletRequest req)
                                       throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateGenericActionDefs

        protected void canUpdateGenericActionDefs​(GenericActionDef genericactiondef,
                                                  jakarta.servlet.http.HttpServletRequest req)
                                           throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception