Class BaseCustomBoxTypeAction

    • Constructor Detail

      • BaseCustomBoxTypeAction

        public BaseCustomBoxTypeAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            CustomBoxType customboxtype)
      • lockCustomBoxTypes

        protected void lockCustomBoxTypes​(CustomBoxType customboxtype,
                                          jakarta.servlet.http.HttpServletRequest req)
                                   throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockCustomBoxTypes

        protected void unLockCustomBoxTypes​(CustomBoxType customboxtype,
                                            jakarta.servlet.http.HttpServletRequest req,
                                            boolean unlockByTimeoout)
                                     throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkCustomBoxTypes

        protected void checkCustomBoxTypes​(CustomBoxType customboxtype,
                                           jakarta.servlet.http.HttpServletRequest req)
                                    throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateCustomBoxTypes

        protected void canUpdateCustomBoxTypes​(CustomBoxType customboxtype,
                                               jakarta.servlet.http.HttpServletRequest req)
                                        throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception