Class BaseBrandAction

    • Constructor Detail

      • BaseBrandAction

        public BaseBrandAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            Brand brand)
      • lockBrands

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

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

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

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