Class BaseBrandFeatureAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportBrandFeaturesAction, MultiOpBrandFeaturesAction, MultiOpBrandFeaturesBrandsAction, MultiOpBrandFeaturesGuardsAction, MultiOpDialogBrandFeaturesAction, SearchBrandFeaturesAction, ShowBrandFeaturesAction, ShowBrandFeaturesQueriesAction, TransferBrandFeatureAction

public abstract class BaseBrandFeatureAction extends BaseFeaturesAction
  • Constructor Details

    • BaseBrandFeatureAction

      public BaseBrandFeatureAction()
  • 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, BrandFeature brandfeature)
    • lockBrandFeatures

      protected void lockBrandFeatures(BrandFeature brandfeature, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockBrandFeatures

      protected void unLockBrandFeatures(BrandFeature brandfeature, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkBrandFeatures

      protected void checkBrandFeatures(BrandFeature brandfeature, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateBrandFeatures

      protected void canUpdateBrandFeatures(BrandFeature brandfeature, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception