Class BaseFeatureAction

    • Constructor Detail

      • BaseFeatureAction

        public BaseFeatureAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            Feature feature)
      • lockFeatures

        protected void lockFeatures​(Feature feature,
                                    jakarta.servlet.http.HttpServletRequest req)
                             throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockFeatures

        protected void unLockFeatures​(Feature feature,
                                      jakarta.servlet.http.HttpServletRequest req,
                                      boolean unlockByTimeoout)
                               throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkFeatures

        protected void checkFeatures​(Feature feature,
                                     jakarta.servlet.http.HttpServletRequest req)
                              throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateFeatures

        protected void canUpdateFeatures​(Feature feature,
                                         jakarta.servlet.http.HttpServletRequest req)
                                  throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception