public abstract class GeneratedCaptchaaddonManager extends Extension
CaptchaaddonManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Map<String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedCaptchaaddonManager() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Item.AttributeMode> |
getDefaultAttributeModes(Class<? extends Item> itemClass) |
String |
getName() |
Boolean |
isCaptchaCheckEnabled(BaseStore item)
Generated method - Getter of the
BaseStore.captchaCheckEnabled attribute. |
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,
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,
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, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrapprotected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic Boolean isCaptchaCheckEnabled(SessionContext ctx, BaseStore item)
BaseStore.captchaCheckEnabled attribute.public 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, 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.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 © 2017 SAP SE. All Rights Reserved.