Class BaseTextResourceAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportTextResourcesAction, MultiOpDialogTextResourcesAction, MultiOpTextResourcesAction, SearchTextResourcesAction, ShowTextResourcesAction, TransferTextResourceAction

public abstract class BaseTextResourceAction extends BaseResourcesAction
  • Constructor Details

    • BaseTextResourceAction

      public BaseTextResourceAction()
  • 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, TextResource textresource)
    • lockTextResources

      protected void lockTextResources(TextResource textresource, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockTextResources

      protected void unLockTextResources(TextResource textresource, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkTextResources

      protected void checkTextResources(TextResource textresource, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateTextResources

      protected void canUpdateTextResources(TextResource textresource, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception