Class BaseScriptAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportScriptsAction, MultiOpDialogScriptsAction, MultiOpScriptsAction, MultiOpScriptsGuardsAction, SearchScriptsAction, ShowScriptsAction, ShowScriptsQueriesAction, TransferScriptAction

public abstract class BaseScriptAction extends BaseSitexAction
  • Constructor Details

    • BaseScriptAction

      public BaseScriptAction()
  • 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, Script script)
    • lockScripts

      protected void lockScripts(Script script, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockScripts

      protected void unLockScripts(Script script, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkScripts

      protected void checkScripts(Script script, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateScripts

      protected void canUpdateScripts(Script script, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception