public abstract class GeneratedPersonalizationintegrationManager extends Extension
PersonalizationintegrationManager.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 |
|---|
GeneratedPersonalizationintegrationManager() |
| Modifier and Type | Method and Description |
|---|---|
CxMapperScript |
createCxMapperScript(java.util.Map attributeValues) |
CxMapperScript |
createCxMapperScript(SessionContext ctx,
java.util.Map attributeValues) |
java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass) |
java.lang.String |
getName() |
java.lang.Boolean |
isAutoCreateSegments(CxConfig item)
Generated method - Getter of the
CxConfig.autoCreateSegments attribute. |
java.lang.Boolean |
isAutoCreateSegments(SessionContext ctx,
CxConfig item)
Generated method - Getter of the
CxConfig.autoCreateSegments attribute. |
boolean |
isAutoCreateSegmentsAsPrimitive(CxConfig item)
Generated method - Getter of the
CxConfig.autoCreateSegments attribute. |
boolean |
isAutoCreateSegmentsAsPrimitive(SessionContext ctx,
CxConfig item)
Generated method - Getter of the
CxConfig.autoCreateSegments attribute. |
void |
setAutoCreateSegments(CxConfig item,
boolean value)
Generated method - Setter of the
CxConfig.autoCreateSegments attribute. |
void |
setAutoCreateSegments(CxConfig item,
java.lang.Boolean value)
Generated method - Setter of the
CxConfig.autoCreateSegments attribute. |
void |
setAutoCreateSegments(SessionContext ctx,
CxConfig item,
boolean value)
Generated method - Setter of the
CxConfig.autoCreateSegments attribute. |
void |
setAutoCreateSegments(SessionContext ctx,
CxConfig item,
java.lang.Boolean value)
Generated method - Setter of the
CxConfig.autoCreateSegments 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 GeneratedPersonalizationintegrationManager()
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic java.lang.Boolean isAutoCreateSegments(SessionContext ctx, CxConfig item)
CxConfig.autoCreateSegments attribute.public java.lang.Boolean isAutoCreateSegments(CxConfig item)
CxConfig.autoCreateSegments attribute.public boolean isAutoCreateSegmentsAsPrimitive(SessionContext ctx, CxConfig item)
CxConfig.autoCreateSegments attribute.public boolean isAutoCreateSegmentsAsPrimitive(CxConfig item)
CxConfig.autoCreateSegments attribute.public void setAutoCreateSegments(SessionContext ctx, CxConfig item, java.lang.Boolean value)
CxConfig.autoCreateSegments attribute.value - the autoCreateSegments - If set to true segments are automatically created from external data during update.public void setAutoCreateSegments(CxConfig item, java.lang.Boolean value)
CxConfig.autoCreateSegments attribute.value - the autoCreateSegments - If set to true segments are automatically created from external data during update.public void setAutoCreateSegments(SessionContext ctx, CxConfig item, boolean value)
CxConfig.autoCreateSegments attribute.value - the autoCreateSegments - If set to true segments are automatically created from external data during update.public void setAutoCreateSegments(CxConfig item, boolean value)
CxConfig.autoCreateSegments attribute.value - the autoCreateSegments - If set to true segments are automatically created from external data during update.public CxMapperScript createCxMapperScript(SessionContext ctx, java.util.Map attributeValues)
public CxMapperScript createCxMapperScript(java.util.Map attributeValues)
Copyright © 2018 SAP SE. All Rights Reserved.