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 CxMapperScriptcreateCxMapperScript(SessionContext ctx, java.util.Map attributeValues)CxMapperScriptcreateCxMapperScript(java.util.Map attributeValues)java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()java.lang.BooleanisAutoCreateSegments(SessionContext ctx, CxConfig item)Generated method - Getter of theCxConfig.autoCreateSegmentsattribute.java.lang.BooleanisAutoCreateSegments(CxConfig item)Generated method - Getter of theCxConfig.autoCreateSegmentsattribute.booleanisAutoCreateSegmentsAsPrimitive(SessionContext ctx, CxConfig item)Generated method - Getter of theCxConfig.autoCreateSegmentsattribute.booleanisAutoCreateSegmentsAsPrimitive(CxConfig item)Generated method - Getter of theCxConfig.autoCreateSegmentsattribute.voidsetAutoCreateSegments(SessionContext ctx, CxConfig item, boolean value)Generated method - Setter of theCxConfig.autoCreateSegmentsattribute.voidsetAutoCreateSegments(SessionContext ctx, CxConfig item, java.lang.Boolean value)Generated method - Setter of theCxConfig.autoCreateSegmentsattribute.voidsetAutoCreateSegments(CxConfig item, boolean value)Generated method - Setter of theCxConfig.autoCreateSegmentsattribute.voidsetAutoCreateSegments(CxConfig item, java.lang.Boolean value)Generated method - Setter of theCxConfig.autoCreateSegmentsattribute.-
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, 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:
getDefaultAttributeModesin classExtension
-
isAutoCreateSegments
public java.lang.Boolean isAutoCreateSegments(SessionContext ctx, CxConfig item)
Generated method - Getter of theCxConfig.autoCreateSegmentsattribute.- 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.autoCreateSegmentsattribute.- 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.autoCreateSegmentsattribute.- 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.autoCreateSegmentsattribute.- 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.autoCreateSegmentsattribute.- 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.autoCreateSegmentsattribute.- 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.autoCreateSegmentsattribute.- 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.autoCreateSegmentsattribute.- 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)
-
-