Class BaseGenericGuardDefAction

    • Constructor Detail

      • BaseGenericGuardDefAction

        public BaseGenericGuardDefAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            GenericGuardDef genericguarddef)
      • lockGenericGuardDefs

        protected void lockGenericGuardDefs​(GenericGuardDef genericguarddef,
                                            jakarta.servlet.http.HttpServletRequest req)
                                     throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockGenericGuardDefs

        protected void unLockGenericGuardDefs​(GenericGuardDef genericguarddef,
                                              jakarta.servlet.http.HttpServletRequest req,
                                              boolean unlockByTimeoout)
                                       throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkGenericGuardDefs

        protected void checkGenericGuardDefs​(GenericGuardDef genericguarddef,
                                             jakarta.servlet.http.HttpServletRequest req)
                                      throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateGenericGuardDefs

        protected void canUpdateGenericGuardDefs​(GenericGuardDef genericguarddef,
                                                 jakarta.servlet.http.HttpServletRequest req)
                                          throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception