Class BaseFileLinkAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportFileLinksAction, MultiOpDialogFileLinksAction, MultiOpFileLinksAction, SearchFileLinksAction, ShowFileLinksAction, TransferFileLinkAction

public abstract class BaseFileLinkAction extends BaseResourcesAction
  • Constructor Details

    • BaseFileLinkAction

      public BaseFileLinkAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseResourcesAction
    • 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, FileLink filelink)
    • lockFileLinks

      protected void lockFileLinks(FileLink filelink, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockFileLinks

      protected void unLockFileLinks(FileLink filelink, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkFileLinks

      protected void checkFileLinks(FileLink filelink, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateFileLinks

      protected void canUpdateFileLinks(FileLink filelink, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception