Class GeneratedPersonalizationintegrationManager

    • 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
    • Constructor Detail

      • GeneratedPersonalizationintegrationManager

        public GeneratedPersonalizationintegrationManager()
    • Method Detail

      • isAutoCreateSegments

        public java.lang.Boolean isAutoCreateSegments​(SessionContext ctx,
                                                      CxConfig item)
        Generated method - Getter of the CxConfig.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 the CxConfig.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 the CxConfig.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 the CxConfig.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 the CxConfig.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 the CxConfig.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 the CxConfig.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 the CxConfig.autoCreateSegments attribute.
        Parameters:
        value - the autoCreateSegments - If set to true segments are automatically created from external data during update.
      • createCxMapperScript

        public CxMapperScript createCxMapperScript​(java.util.Map attributeValues)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class Extension