Class GeneratedCaptchaaddonManager

    • Field Detail

      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCaptchaaddonManager

        public GeneratedCaptchaaddonManager()
    • Method Detail

      • isCaptchaCheckEnabled

        public java.lang.Boolean isCaptchaCheckEnabled​(SessionContext ctx,
                                                       BaseStore item)
        Generated method - Getter of the BaseStore.captchaCheckEnabled attribute.
        Returns:
        the captchaCheckEnabled - Determines whether the site should use captcha during registration.
      • isCaptchaCheckEnabled

        public java.lang.Boolean isCaptchaCheckEnabled​(BaseStore item)
        Generated method - Getter of the BaseStore.captchaCheckEnabled attribute.
        Returns:
        the captchaCheckEnabled - Determines whether the site should use captcha during registration.
      • isCaptchaCheckEnabledAsPrimitive

        public boolean isCaptchaCheckEnabledAsPrimitive​(SessionContext ctx,
                                                        BaseStore item)
        Generated method - Getter of the BaseStore.captchaCheckEnabled attribute.
        Returns:
        the captchaCheckEnabled - Determines whether the site should use captcha during registration.
      • isCaptchaCheckEnabledAsPrimitive

        public boolean isCaptchaCheckEnabledAsPrimitive​(BaseStore item)
        Generated method - Getter of the BaseStore.captchaCheckEnabled attribute.
        Returns:
        the captchaCheckEnabled - Determines whether the site should use captcha during registration.
      • setCaptchaCheckEnabled

        public void setCaptchaCheckEnabled​(SessionContext ctx,
                                           BaseStore item,
                                           java.lang.Boolean value)
        Generated method - Setter of the BaseStore.captchaCheckEnabled attribute.
        Parameters:
        value - the captchaCheckEnabled - Determines whether the site should use captcha during registration.
      • setCaptchaCheckEnabled

        public void setCaptchaCheckEnabled​(BaseStore item,
                                           java.lang.Boolean value)
        Generated method - Setter of the BaseStore.captchaCheckEnabled attribute.
        Parameters:
        value - the captchaCheckEnabled - Determines whether the site should use captcha during registration.
      • setCaptchaCheckEnabled

        public void setCaptchaCheckEnabled​(SessionContext ctx,
                                           BaseStore item,
                                           boolean value)
        Generated method - Setter of the BaseStore.captchaCheckEnabled attribute.
        Parameters:
        value - the captchaCheckEnabled - Determines whether the site should use captcha during registration.
      • setCaptchaCheckEnabled

        public void setCaptchaCheckEnabled​(BaseStore item,
                                           boolean value)
        Generated method - Setter of the BaseStore.captchaCheckEnabled attribute.
        Parameters:
        value - the captchaCheckEnabled - Determines whether the site should use captcha during registration.
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class Extension