public abstract class GeneratedCaptchaaddonManager extends Extension
CaptchaaddonManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedCaptchaaddonManager() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass) |
java.lang.String |
getName() |
java.lang.Boolean |
isCaptchaCheckEnabled(BaseStore item)
Generated method - Getter of the
BaseStore.captchaCheckEnabled attribute. |
java.lang.Boolean |
isCaptchaCheckEnabled(SessionContext ctx,
BaseStore item)
Generated method - Getter of the
BaseStore.captchaCheckEnabled attribute. |
boolean |
isCaptchaCheckEnabledAsPrimitive(BaseStore item)
Generated method - Getter of the
BaseStore.captchaCheckEnabled attribute. |
boolean |
isCaptchaCheckEnabledAsPrimitive(SessionContext ctx,
BaseStore item)
Generated method - Getter of the
BaseStore.captchaCheckEnabled attribute. |
void |
setCaptchaCheckEnabled(BaseStore item,
boolean value)
Generated method - Setter of the
BaseStore.captchaCheckEnabled attribute. |
void |
setCaptchaCheckEnabled(BaseStore item,
java.lang.Boolean value)
Generated method - Setter of the
BaseStore.captchaCheckEnabled attribute. |
void |
setCaptchaCheckEnabled(SessionContext ctx,
BaseStore item,
boolean value)
Generated method - Setter of the
BaseStore.captchaCheckEnabled attribute. |
void |
setCaptchaCheckEnabled(SessionContext ctx,
BaseStore item,
java.lang.Boolean value)
Generated method - Setter of the
BaseStore.captchaCheckEnabled attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrapprotected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic java.lang.Boolean isCaptchaCheckEnabled(SessionContext ctx, BaseStore item)
BaseStore.captchaCheckEnabled attribute.public java.lang.Boolean isCaptchaCheckEnabled(BaseStore item)
BaseStore.captchaCheckEnabled attribute.public boolean isCaptchaCheckEnabledAsPrimitive(SessionContext ctx, BaseStore item)
BaseStore.captchaCheckEnabled attribute.public boolean isCaptchaCheckEnabledAsPrimitive(BaseStore item)
BaseStore.captchaCheckEnabled attribute.public void setCaptchaCheckEnabled(SessionContext ctx, BaseStore item, java.lang.Boolean value)
BaseStore.captchaCheckEnabled attribute.value - the captchaCheckEnabled - Determines whether the site should use captcha during registration.public void setCaptchaCheckEnabled(BaseStore item, java.lang.Boolean value)
BaseStore.captchaCheckEnabled attribute.value - the captchaCheckEnabled - Determines whether the site should use captcha during registration.public void setCaptchaCheckEnabled(SessionContext ctx, BaseStore item, boolean value)
BaseStore.captchaCheckEnabled attribute.value - the captchaCheckEnabled - Determines whether the site should use captcha during registration.public void setCaptchaCheckEnabled(BaseStore item, boolean value)
BaseStore.captchaCheckEnabled attribute.value - the captchaCheckEnabled - Determines whether the site should use captcha during registration.Copyright © 2018 SAP SE. All Rights Reserved.