Class BaseGenericBoxTypeAction

    • Constructor Detail

      • BaseGenericBoxTypeAction

        public BaseGenericBoxTypeAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            GenericBoxType genericboxtype)
      • lockGenericBoxTypes

        protected void lockGenericBoxTypes​(GenericBoxType genericboxtype,
                                           jakarta.servlet.http.HttpServletRequest req)
                                    throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockGenericBoxTypes

        protected void unLockGenericBoxTypes​(GenericBoxType genericboxtype,
                                             jakarta.servlet.http.HttpServletRequest req,
                                             boolean unlockByTimeoout)
                                      throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkGenericBoxTypes

        protected void checkGenericBoxTypes​(GenericBoxType genericboxtype,
                                            jakarta.servlet.http.HttpServletRequest req)
                                     throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateGenericBoxTypes

        protected void canUpdateGenericBoxTypes​(GenericBoxType genericboxtype,
                                                jakarta.servlet.http.HttpServletRequest req)
                                         throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception