Class BaseEntryPointAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportEntryPointsAction, MultiOpDialogEntryPointsAction, MultiOpEntryPointsAction, MultiOpEntryPointsDomainsAction, SearchEntryPointsAction, ShowEntryPointsAction, ShowEntryPointsQueriesAction, TransferEntryPointAction

public abstract class BaseEntryPointAction extends BaseSitexAction
  • Constructor Details

    • BaseEntryPointAction

      public BaseEntryPointAction()
  • 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, EntryPoint entrypoint)
    • lockEntryPoints

      protected void lockEntryPoints(EntryPoint entrypoint, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockEntryPoints

      protected void unLockEntryPoints(EntryPoint entrypoint, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkEntryPoints

      protected void checkEntryPoints(EntryPoint entrypoint, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateEntryPoints

      protected void canUpdateEntryPoints(EntryPoint entrypoint, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception