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,Serializable
- Direct Known Subclasses:
PersonalizationyprofileManager
Generated class for type
PersonalizationyprofileManager.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProviderNested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<String,Map<String, Item.AttributeMode>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllOrderMapperSegmentMap(SessionContext ctx, CxConfig item) Generated method - Getter of theCxConfig.orderMapperSegmentMapattribute.Generated method - Getter of theCxConfig.orderMapperSegmentMapattribute.getDefaultAttributeModes(Class<? extends Item> itemClass) getName()getRequiredFields(SessionContext ctx, CxMapperScript item) Generated method - Getter of theCxMapperScript.requiredFieldsattribute.Generated method - Getter of theCxMapperScript.requiredFieldsattribute.voidsetAllOrderMapperSegmentMap(SessionContext ctx, CxConfig item, Map<String, BigDecimal> value) Generated method - Setter of theCxConfig.orderMapperSegmentMapattribute.voidsetAllOrderMapperSegmentMap(CxConfig item, Map<String, BigDecimal> value) Generated method - Setter of theCxConfig.orderMapperSegmentMapattribute.voidsetRequiredFields(SessionContext ctx, CxMapperScript item, Collection<String> value) Generated method - Setter of theCxMapperScript.requiredFieldsattribute.voidsetRequiredFields(CxMapperScript item, Collection<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, writeReplaceMethods 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 Details
-
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedPersonalizationyprofileManager
public GeneratedPersonalizationyprofileManager()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classExtension
-
getName
-
getAllOrderMapperSegmentMap
Generated method - Getter of theCxConfig.orderMapperSegmentMapattribute.- Returns:
- the orderMapperSegmentMap - Map with configuration for OrderMapper
-
getAllOrderMapperSegmentMap
Generated method - Getter of theCxConfig.orderMapperSegmentMapattribute.- Returns:
- the orderMapperSegmentMap - Map with configuration for OrderMapper
-
setAllOrderMapperSegmentMap
public void setAllOrderMapperSegmentMap(SessionContext ctx, CxConfig item, Map<String, BigDecimal> value) Generated method - Setter of theCxConfig.orderMapperSegmentMapattribute.- Parameters:
value- the orderMapperSegmentMap - Map with configuration for OrderMapper
-
setAllOrderMapperSegmentMap
Generated method - Setter of theCxConfig.orderMapperSegmentMapattribute.- Parameters:
value- the orderMapperSegmentMap - Map with configuration for OrderMapper
-
getRequiredFields
Generated method - Getter of theCxMapperScript.requiredFieldsattribute.- Returns:
- the requiredFields - Fields required for mapping data to segments
-
getRequiredFields
Generated method - Getter of theCxMapperScript.requiredFieldsattribute.- Returns:
- the requiredFields - Fields required for mapping data to segments
-
setRequiredFields
Generated method - Setter of theCxMapperScript.requiredFieldsattribute.- Parameters:
value- the requiredFields - Fields required for mapping data to segments
-
setRequiredFields
Generated method - Setter of theCxMapperScript.requiredFieldsattribute.- Parameters:
value- the requiredFields - Fields required for mapping data to segments
-