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, Serializable
Direct Known Subclasses:
PersonalizationintegrationManager

public abstract class GeneratedPersonalizationintegrationManager extends Extension
Generated class for type PersonalizationintegrationManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPersonalizationintegrationManager

      public GeneratedPersonalizationintegrationManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • isAutoCreateSegments

      public 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 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, 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.
    • 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(SessionContext ctx, Map attributeValues)
    • createCxMapperScript

      public CxMapperScript createCxMapperScript(Map attributeValues)
    • getName

      public String getName()
      Specified by:
      getName in class Extension