Class DefaultAlphabeticalIntegrationKeyMetadataGenerator
java.lang.Object
de.hybris.platform.integrationservices.integrationkey.impl.DefaultAlphabeticalIntegrationKeyMetadataGenerator
- All Implemented Interfaces:
IntegrationKeyMetadataGenerator
public class DefaultAlphabeticalIntegrationKeyMetadataGenerator
extends Object
implements IntegrationKeyMetadataGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected StringformatAliasPart(KeyAttribute keyAttribute) Generate a representation of the unique attributes of the given item.voidsetDescriptorFactory(DescriptorFactory factory)
-
Constructor Details
-
DefaultAlphabeticalIntegrationKeyMetadataGenerator
public DefaultAlphabeticalIntegrationKeyMetadataGenerator()
-
-
Method Details
-
generateKeyMetadata
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
-
buildKeyAlias
-
formatAliasPart
-
setDescriptorFactory
-