Class BaseExperimentAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportExperimentsAction, MultiOpDialogExperimentsAction, MultiOpExperimentsAction, SearchExperimentsAction, ShowExperimentsAction, TransferExperimentAction

public abstract class BaseExperimentAction extends BaseFeaturesAction
  • Constructor Details

    • BaseExperimentAction

      public BaseExperimentAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseFeaturesAction
    • 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, Experiment experiment)
    • lockExperiments

      protected void lockExperiments(Experiment experiment, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockExperiments

      protected void unLockExperiments(Experiment experiment, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkExperiments

      protected void checkExperiments(Experiment experiment, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateExperiments

      protected void canUpdateExperiments(Experiment experiment, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception