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
Generated class for type
CaptchaaddonManager.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProviderNested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<String,Map<String, Item.AttributeMode>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultAttributeModes(Class<? extends Item> itemClass) getName()isCaptchaCheckEnabled(SessionContext ctx, BaseStore item) Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.booleanGenerated method - Getter of theBaseStore.captchaCheckEnabledattribute.booleanGenerated method - Getter of theBaseStore.captchaCheckEnabledattribute.voidsetCaptchaCheckEnabled(SessionContext ctx, BaseStore item, boolean value) Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.voidsetCaptchaCheckEnabled(SessionContext ctx, BaseStore item, Boolean value) Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.voidsetCaptchaCheckEnabled(BaseStore item, boolean value) Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.voidsetCaptchaCheckEnabled(BaseStore item, Boolean value) Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeInitialization, checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceMethods 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 Details
-
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedCaptchaaddonManager
public GeneratedCaptchaaddonManager()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classExtension
-
isCaptchaCheckEnabled
Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.- Returns:
- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
isCaptchaCheckEnabled
Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.- Returns:
- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
isCaptchaCheckEnabledAsPrimitive
Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.- Returns:
- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
isCaptchaCheckEnabledAsPrimitive
Generated method - Getter of theBaseStore.captchaCheckEnabledattribute.- Returns:
- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
setCaptchaCheckEnabled
Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.- Parameters:
value- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
setCaptchaCheckEnabled
Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.- Parameters:
value- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
setCaptchaCheckEnabled
Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.- Parameters:
value- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
setCaptchaCheckEnabled
Generated method - Setter of theBaseStore.captchaCheckEnabledattribute.- Parameters:
value- the captchaCheckEnabled - Determines whether the site should use captcha during registration.
-
getName
-