Class BaseBrandFeatureAction

    • Constructor Detail

      • BaseBrandFeatureAction

        public BaseBrandFeatureAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            BrandFeature brandfeature)
      • lockBrandFeatures

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

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

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

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