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,java.io.Serializable
- Direct Known Subclasses:
CaptchaaddonManager
public abstract class GeneratedCaptchaaddonManager extends Extension
Generated class for typeCaptchaaddonManager.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>DEFAULT_INITIAL_ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description GeneratedCaptchaaddonManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()java.lang.BooleanisCaptchaCheckEnabled(SessionContext ctx, BaseStore item)Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.java.lang.BooleanisCaptchaCheckEnabled(BaseStore item)Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.booleanisCaptchaCheckEnabledAsPrimitive(SessionContext ctx, BaseStore item)Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.booleanisCaptchaCheckEnabledAsPrimitive(BaseStore item)Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.voidsetCaptchaCheckEnabled(SessionContext ctx, BaseStore item, boolean value)Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.voidsetCaptchaCheckEnabled(SessionContext ctx, BaseStore item, java.lang.Boolean value)Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.voidsetCaptchaCheckEnabled(BaseStore item, boolean value)Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.voidsetCaptchaCheckEnabled(BaseStore item, java.lang.Boolean value)Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
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
-
-
Method Detail
-
getDefaultAttributeModes
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
- Overrides:
getDefaultAttributeModesin classExtension
-
isCaptchaCheckEnabled
public java.lang.Boolean isCaptchaCheckEnabled(SessionContext ctx, BaseStore item)
Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.- Returns:
- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
isCaptchaCheckEnabled
public java.lang.Boolean isCaptchaCheckEnabled(BaseStore item)
Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.- Returns:
- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
isCaptchaCheckEnabledAsPrimitive
public boolean isCaptchaCheckEnabledAsPrimitive(SessionContext ctx, BaseStore item)
Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.- Returns:
- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
isCaptchaCheckEnabledAsPrimitive
public boolean isCaptchaCheckEnabledAsPrimitive(BaseStore item)
Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.- 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 theBaseStore.captchaCheckEnabledattribute.- 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 theBaseStore.captchaCheckEnabledattribute.- 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 theBaseStore.captchaCheckEnabledattribute.- 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 theBaseStore.captchaCheckEnabledattribute.- Parameters:
value- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
-