Class BaseNaviItemAction

    • Constructor Detail

      • BaseNaviItemAction

        public BaseNaviItemAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            NaviItem naviitem)
      • lockNaviItems

        protected void lockNaviItems​(NaviItem naviitem,
                                     jakarta.servlet.http.HttpServletRequest req)
                              throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockNaviItems

        protected void unLockNaviItems​(NaviItem naviitem,
                                       jakarta.servlet.http.HttpServletRequest req,
                                       boolean unlockByTimeoout)
                                throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkNaviItems

        protected void checkNaviItems​(NaviItem naviitem,
                                      jakarta.servlet.http.HttpServletRequest req)
                               throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateNaviItems

        protected void canUpdateNaviItems​(NaviItem naviitem,
                                          jakarta.servlet.http.HttpServletRequest req)
                                   throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception