Class BaseFeatureAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportFeaturesAction, MultiOpDialogFeaturesAction, MultiOpFeaturesAction, MultiOpFeaturesGuardsAction, SearchFeaturesAction, ShowFeaturesAction, ShowFeaturesQueriesAction, TransferFeatureAction

public abstract class BaseFeatureAction extends BaseFeaturesAction
  • Constructor Details

    • BaseFeatureAction

      public BaseFeatureAction()
  • 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, Feature feature)
    • lockFeatures

      protected void lockFeatures(Feature feature, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockFeatures

      protected void unLockFeatures(Feature feature, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkFeatures

      protected void checkFeatures(Feature feature, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateFeatures

      protected void canUpdateFeatures(Feature feature, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception