Class BaseBrandAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportBrandsAction, MultiOpBrandsAction, MultiOpBrandsAttributesAction, MultiOpBrandsLocalizationsAction, MultiOpBrandsMediaLinksAction, MultiOpBrandsUrlsToMapAction, MultiOpDialogBrandsAction, SearchBrandsAction, ShowBrandsAction, TransferBrandAction

public abstract class BaseBrandAction extends BaseBrandsAction
  • Constructor Details

    • BaseBrandAction

      public BaseBrandAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseBrandsAction
    • 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, Brand brand)
    • lockBrands

      protected void lockBrands(Brand brand, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockBrands

      protected void unLockBrands(Brand brand, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkBrands

      protected void checkBrands(Brand brand, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateBrands

      protected void canUpdateBrands(Brand brand, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception