Class BaseNaviItemAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportNaviItemsAction, MultiOpDialogNaviItemsAction, MultiOpNaviItemsAction, MultiOpNaviItemsGuardsAction, MultiOpNaviItemsSubNaviAction, SearchNaviItemsAction, ShowNaviItemsAction, ShowNaviItemsQueriesAction, TransferNaviItemAction

public abstract class BaseNaviItemAction extends BaseSitexAction
  • Constructor Details

    • BaseNaviItemAction

      public BaseNaviItemAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseSitexAction
    • getCurrentModuleDefName

      protected String getCurrentModuleDefName()
      Specified by:
      getCurrentModuleDefName in class BaseAdminapiAction
    • getCurrentDocumentDefName

      protected String getCurrentDocumentDefName()
      Specified by:
      getCurrentDocumentDefName in class BaseAdminapiAction
    • addFieldExplanations

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

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

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

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

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