Class IntegrationKeyValue
- java.lang.Object
-
- de.hybris.platform.integrationservices.integrationkey.impl.IntegrationKeyValue
-
public class IntegrationKeyValue extends java.lang.ObjectHolds the property values for unique properties mapped by the entity types and maintains order according to the integrationKey Alias.
-
-
Constructor Summary
Constructors Constructor Description IntegrationKeyValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProperty(java.lang.String entityType, java.lang.String propValue)Adds the key property value to the given entity type.java.util.List<java.lang.String>getValuesFor(java.lang.String type)Gets key property values for the given type.
-
-
-
Method Detail
-
addProperty
public void addProperty(java.lang.String entityType, java.lang.String propValue)Adds the key property value to the given entity type.- Parameters:
entityType- the entity type to add the property value topropValue- the key property value to add to the integration key
-
getValuesFor
public java.util.List<java.lang.String> getValuesFor(java.lang.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
-
-