Class IntegrationKeyValue
java.lang.Object
de.hybris.platform.integrationservices.integrationkey.impl.IntegrationKeyValue
Holds the property values for unique properties mapped by the entity types and maintains order according to the integrationKey Alias.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String entityType, String propValue) Adds the key property value to the given entity type.getValuesFor(String type) Gets key property values for the given type.
-
Constructor Details
-
IntegrationKeyValue
public IntegrationKeyValue()
-
-
Method Details
-
addProperty
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
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
-