Class GeneratedPersonalizationintegrationManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.personalizationintegration.jalo.GeneratedPersonalizationintegrationManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
- Direct Known Subclasses:
PersonalizationintegrationManager
public abstract class GeneratedPersonalizationintegrationManager extends Extension
Generated class for typePersonalizationintegrationManager
.- 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 GeneratedPersonalizationintegrationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CxMapperScript
createCxMapperScript(SessionContext ctx, java.util.Map attributeValues)
CxMapperScript
createCxMapperScript(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(SessionContext ctx, CxConfig item)
Generated method - Getter of theCxConfig.autoCreateSegments
attribute.java.lang.Boolean
isAutoCreateSegments(CxConfig item)
Generated method - Getter of theCxConfig.autoCreateSegments
attribute.boolean
isAutoCreateSegmentsAsPrimitive(SessionContext ctx, CxConfig item)
Generated method - Getter of theCxConfig.autoCreateSegments
attribute.boolean
isAutoCreateSegmentsAsPrimitive(CxConfig item)
Generated method - Getter of theCxConfig.autoCreateSegments
attribute.void
setAutoCreateSegments(SessionContext ctx, CxConfig item, boolean value)
Generated method - Setter of theCxConfig.autoCreateSegments
attribute.void
setAutoCreateSegments(SessionContext ctx, CxConfig item, java.lang.Boolean value)
Generated method - Setter of theCxConfig.autoCreateSegments
attribute.void
setAutoCreateSegments(CxConfig item, boolean value)
Generated method - Setter of theCxConfig.autoCreateSegments
attribute.void
setAutoCreateSegments(CxConfig item, java.lang.Boolean value)
Generated method - Setter of theCxConfig.autoCreateSegments
attribute.-
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:
getDefaultAttributeModes
in classExtension
-
isAutoCreateSegments
public java.lang.Boolean isAutoCreateSegments(SessionContext ctx, CxConfig item)
Generated method - Getter of theCxConfig.autoCreateSegments
attribute.- Returns:
- the autoCreateSegments - If set to true segments are automatically created from external data during update.
-
isAutoCreateSegments
public java.lang.Boolean isAutoCreateSegments(CxConfig item)
Generated method - Getter of theCxConfig.autoCreateSegments
attribute.- Returns:
- the autoCreateSegments - If set to true segments are automatically created from external data during update.
-
isAutoCreateSegmentsAsPrimitive
public boolean isAutoCreateSegmentsAsPrimitive(SessionContext ctx, CxConfig item)
Generated method - Getter of theCxConfig.autoCreateSegments
attribute.- Returns:
- the autoCreateSegments - If set to true segments are automatically created from external data during update.
-
isAutoCreateSegmentsAsPrimitive
public boolean isAutoCreateSegmentsAsPrimitive(CxConfig item)
Generated method - Getter of theCxConfig.autoCreateSegments
attribute.- Returns:
- the autoCreateSegments - If set to true segments are automatically created from external data during update.
-
setAutoCreateSegments
public void setAutoCreateSegments(SessionContext ctx, CxConfig item, java.lang.Boolean value)
Generated method - Setter of theCxConfig.autoCreateSegments
attribute.- Parameters:
value
- the autoCreateSegments - If set to true segments are automatically created from external data during update.
-
setAutoCreateSegments
public void setAutoCreateSegments(CxConfig item, java.lang.Boolean value)
Generated method - Setter of theCxConfig.autoCreateSegments
attribute.- Parameters:
value
- the autoCreateSegments - If set to true segments are automatically created from external data during update.
-
setAutoCreateSegments
public void setAutoCreateSegments(SessionContext ctx, CxConfig item, boolean value)
Generated method - Setter of theCxConfig.autoCreateSegments
attribute.- Parameters:
value
- the autoCreateSegments - If set to true segments are automatically created from external data during update.
-
setAutoCreateSegments
public void setAutoCreateSegments(CxConfig item, boolean value)
Generated method - Setter of theCxConfig.autoCreateSegments
attribute.- Parameters:
value
- the autoCreateSegments - If set to true segments are automatically created from external data during update.
-
createCxMapperScript
public CxMapperScript createCxMapperScript(SessionContext ctx, java.util.Map attributeValues)
-
createCxMapperScript
public CxMapperScript createCxMapperScript(java.util.Map attributeValues)
-
-