Class BaseMediaLinkAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportMediaLinksAction, MultiOpDialogMediaLinksAction, MultiOpMediaLinksAction, MultiOpMediaLinksGuardsAction, SearchMediaLinksAction, ShowMediaLinksAction, ShowMediaLinksQueriesAction, TransferMediaLinkAction

public abstract class BaseMediaLinkAction extends BaseSitexAction
  • Constructor Details

    • BaseMediaLinkAction

      public BaseMediaLinkAction()
  • 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, MediaLink medialink)
    • lockMediaLinks

      protected void lockMediaLinks(MediaLink medialink, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockMediaLinks

      protected void unLockMediaLinks(MediaLink medialink, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkMediaLinks

      protected void checkMediaLinks(MediaLink medialink, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateMediaLinks

      protected void canUpdateMediaLinks(MediaLink medialink, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception