Class GeneratedCaptchaaddonManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.security.captcha.jalo.GeneratedCaptchaaddonManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
CaptchaaddonManager

public abstract class GeneratedCaptchaaddonManager extends Extension
Generated class for type CaptchaaddonManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCaptchaaddonManager

      public GeneratedCaptchaaddonManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • isCaptchaCheckEnabled

      public 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 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, 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.
    • 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 String getName()
      Specified by:
      getName in class Extension