Class DefaultAlphabeticalIntegrationKeyMetadataGenerator
- java.lang.Object
-
- de.hybris.platform.integrationservices.integrationkey.impl.DefaultAlphabeticalIntegrationKeyMetadataGenerator
-
- All Implemented Interfaces:
IntegrationKeyMetadataGenerator
public class DefaultAlphabeticalIntegrationKeyMetadataGenerator extends java.lang.Object implements IntegrationKeyMetadataGenerator
-
-
Constructor Summary
Constructors Constructor Description DefaultAlphabeticalIntegrationKeyMetadataGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringbuildKeyMetadata(java.util.Collection<IntegrationObjectItemAttributeModel> uniqueAttributes)java.lang.StringgenerateKeyMetadata(IntegrationObjectItemModel item)Generate a representation of the unique attributes of the given item.
-
-
-
Method Detail
-
generateKeyMetadata
public java.lang.String generateKeyMetadata(IntegrationObjectItemModel item)
Description copied from interface:IntegrationKeyMetadataGeneratorGenerate a representation of the unique attributes of the given item. This representation is the metadata of how an integrationKey is generated for a givenIntegrationObjectItemModel.- Specified by:
generateKeyMetadatain interfaceIntegrationKeyMetadataGenerator- Parameters:
item- the item to generate key metadata for- Returns:
- a String representing the integrationKey metadata according the the strategy defined in the implementation
-
buildKeyMetadata
protected java.lang.String buildKeyMetadata(java.util.Collection<IntegrationObjectItemAttributeModel> uniqueAttributes)
-
-