java.lang.Object
de.hybris.platform.integrationservices.integrationkey.impl.IntegrationKeyValue

public class IntegrationKeyValue extends Object
Holds the property values for unique properties mapped by the entity types and maintains order according to the integrationKey Alias.
  • Constructor Details

    • IntegrationKeyValue

      public IntegrationKeyValue()
  • Method Details

    • addProperty

      public void addProperty(String entityType, String propValue)
      Adds the key property value to the given entity type.
      Parameters:
      entityType - the entity type to add the property value to
      propValue - the key property value to add to the integration key
    • getValuesFor

      public List<String> getValuesFor(String type)
      Gets key property values for the given type.
      Parameters:
      type - the type to return property values for
      Returns:
      the key property values sorted according to the integrationKey Alias