Class GeneratedPersonalizationyprofileManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.personalizationyprofile.jalo.GeneratedPersonalizationyprofileManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
PersonalizationyprofileManager
public abstract class GeneratedPersonalizationyprofileManager extends Extension
Generated class for typePersonalizationyprofileManager.- 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 GeneratedPersonalizationyprofileManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.math.BigDecimal>getAllOrderMapperSegmentMap(SessionContext ctx, CxConfig item)Generated method - Getter of theCxConfig.orderMapperSegmentMapattribute.java.util.Map<java.lang.String,java.math.BigDecimal>getAllOrderMapperSegmentMap(CxConfig item)Generated method - Getter of theCxConfig.orderMapperSegmentMapattribute.java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()java.util.Collection<java.lang.String>getRequiredFields(SessionContext ctx, CxMapperScript item)Generated method - Getter of theCxMapperScript.requiredFieldsattribute.java.util.Collection<java.lang.String>getRequiredFields(CxMapperScript item)Generated method - Getter of theCxMapperScript.requiredFieldsattribute.voidsetAllOrderMapperSegmentMap(SessionContext ctx, CxConfig item, java.util.Map<java.lang.String,java.math.BigDecimal> value)Generated method - Setter of theCxConfig.orderMapperSegmentMapattribute.voidsetAllOrderMapperSegmentMap(CxConfig item, java.util.Map<java.lang.String,java.math.BigDecimal> value)Generated method - Setter of theCxConfig.orderMapperSegmentMapattribute.voidsetRequiredFields(SessionContext ctx, CxMapperScript item, java.util.Collection<java.lang.String> value)Generated method - Setter of theCxMapperScript.requiredFieldsattribute.voidsetRequiredFields(CxMapperScript item, java.util.Collection<java.lang.String> value)Generated method - Setter of theCxMapperScript.requiredFieldsattribute.-
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
-
getAllOrderMapperSegmentMap
public java.util.Map<java.lang.String,java.math.BigDecimal> getAllOrderMapperSegmentMap(SessionContext ctx, CxConfig item)
Generated method - Getter of theCxConfig.orderMapperSegmentMapattribute.- Returns:
- the orderMapperSegmentMap - Map with configuration for OrderMapper
-
getAllOrderMapperSegmentMap
public java.util.Map<java.lang.String,java.math.BigDecimal> getAllOrderMapperSegmentMap(CxConfig item)
Generated method - Getter of theCxConfig.orderMapperSegmentMapattribute.- Returns:
- the orderMapperSegmentMap - Map with configuration for OrderMapper
-
setAllOrderMapperSegmentMap
public void setAllOrderMapperSegmentMap(SessionContext ctx, CxConfig item, java.util.Map<java.lang.String,java.math.BigDecimal> value)
Generated method - Setter of theCxConfig.orderMapperSegmentMapattribute.- Parameters:
value- the orderMapperSegmentMap - Map with configuration for OrderMapper
-
setAllOrderMapperSegmentMap
public void setAllOrderMapperSegmentMap(CxConfig item, java.util.Map<java.lang.String,java.math.BigDecimal> value)
Generated method - Setter of theCxConfig.orderMapperSegmentMapattribute.- Parameters:
value- the orderMapperSegmentMap - Map with configuration for OrderMapper
-
getRequiredFields
public java.util.Collection<java.lang.String> getRequiredFields(SessionContext ctx, CxMapperScript item)
Generated method - Getter of theCxMapperScript.requiredFieldsattribute.- Returns:
- the requiredFields - Fields required for mapping data to segments
-
getRequiredFields
public java.util.Collection<java.lang.String> getRequiredFields(CxMapperScript item)
Generated method - Getter of theCxMapperScript.requiredFieldsattribute.- Returns:
- the requiredFields - Fields required for mapping data to segments
-
setRequiredFields
public void setRequiredFields(SessionContext ctx, CxMapperScript item, java.util.Collection<java.lang.String> value)
Generated method - Setter of theCxMapperScript.requiredFieldsattribute.- Parameters:
value- the requiredFields - Fields required for mapping data to segments
-
setRequiredFields
public void setRequiredFields(CxMapperScript item, java.util.Collection<java.lang.String> value)
Generated method - Setter of theCxMapperScript.requiredFieldsattribute.- Parameters:
value- the requiredFields - Fields required for mapping data to segments
-
-