Uses of Interface
de.hybris.platform.integrationservices.integrationkey.IntegrationKeyValueGenerator
Packages that use IntegrationKeyValueGenerator
Package
Description
-
Uses of IntegrationKeyValueGenerator in de.hybris.platform.integrationservices.integrationkey.impl
Classes in de.hybris.platform.integrationservices.integrationkey.impl that implement IntegrationKeyValueGeneratorModifier and TypeClassDescriptionclassclassGenerates integration key value for a givenTypeDescriptorfrom the attribute values represented by aMap<String, Object>, where the map key is the attribute name, and the map value is the corresponding attribute value.final classMethods in de.hybris.platform.integrationservices.integrationkey.impl with parameters of type IntegrationKeyValueGeneratorModifier and TypeMethodDescriptionvoidDelegatingIntegrationItemToIntegrationKeyValueGenerator.setMapToIntegrationKeyGenerator(IntegrationKeyValueGenerator<TypeDescriptor, Map<String, Object>> mapToIntegrationKeyGenerator) -
Uses of IntegrationKeyValueGenerator in de.hybris.platform.integrationservices.populator
Methods in de.hybris.platform.integrationservices.populator that return IntegrationKeyValueGeneratorModifier and TypeMethodDescriptionprotected IntegrationKeyValueGenerator<TypeDescriptor,Map<String, Object>> DefaultIntegrationKeyPopulator.getIntegrationKeyValueGenerator()Methods in de.hybris.platform.integrationservices.populator with parameters of type IntegrationKeyValueGeneratorModifier and TypeMethodDescriptionvoidDefaultIntegrationKeyPopulator.setIntegrationKeyValueGenerator(IntegrationKeyValueGenerator<TypeDescriptor, Map<String, Object>> generator) -
Uses of IntegrationKeyValueGenerator in de.hybris.platform.odata2services.converter
Methods in de.hybris.platform.odata2services.converter that return IntegrationKeyValueGeneratorModifier and TypeMethodDescriptionDefaultODataEntryToIntegrationItemConverter.getKeyValueGenerator()Methods in de.hybris.platform.odata2services.converter with parameters of type IntegrationKeyValueGeneratorModifier and TypeMethodDescriptionvoidDefaultODataEntryToIntegrationItemConverter.setKeyValueGenerator(IntegrationKeyValueGenerator<TypeDescriptor, IntegrationItem> generator) -
Uses of IntegrationKeyValueGenerator in de.hybris.platform.odata2services.odata.integrationkey.impl
Classes in de.hybris.platform.odata2services.odata.integrationkey.impl that implement IntegrationKeyValueGeneratorModifier and TypeClassDescriptionfinal classGenerates integration key value for a givenTypeDescriptorfrom the attribute values represented by aODataEntryMethods in de.hybris.platform.odata2services.odata.integrationkey.impl with parameters of type IntegrationKeyValueGeneratorModifier and TypeMethodDescriptionvoidDelegatingODataEntryToIntegrationKeyValueGenerator.setMapToIntegrationKeyGenerator(IntegrationKeyValueGenerator<TypeDescriptor, Map<String, Object>> mapToIntegrationKeyGenerator) -
Uses of IntegrationKeyValueGenerator in de.hybris.platform.odata2services.odata.persistence.impl
Methods in de.hybris.platform.odata2services.odata.persistence.impl that return IntegrationKeyValueGeneratorModifier and TypeMethodDescriptionprotected IntegrationKeyValueGenerator<TypeDescriptor,org.apache.olingo.odata2.api.ep.entry.ODataEntry> DefaultModelEntityService.getKeyValueGenerator()Methods in de.hybris.platform.odata2services.odata.persistence.impl with parameters of type IntegrationKeyValueGeneratorModifier and TypeMethodDescriptionvoidDefaultModelEntityService.setKeyValueGenerator(IntegrationKeyValueGenerator<TypeDescriptor, org.apache.olingo.odata2.api.ep.entry.ODataEntry> keyValueGenerator) -
Uses of IntegrationKeyValueGenerator in de.hybris.platform.odata2services.odata.processor.handler.persistence
Methods in de.hybris.platform.odata2services.odata.processor.handler.persistence that return IntegrationKeyValueGeneratorModifier and TypeMethodDescriptionprotected IntegrationKeyValueGenerator<TypeDescriptor,org.apache.olingo.odata2.api.ep.entry.ODataEntry> PathPayloadKeyValidator.getKeyValueGenerator()Methods in de.hybris.platform.odata2services.odata.processor.handler.persistence with parameters of type IntegrationKeyValueGeneratorModifier and TypeMethodDescriptionvoidPathPayloadKeyValidator.setKeyValueGenerator(IntegrationKeyValueGenerator<TypeDescriptor, org.apache.olingo.odata2.api.ep.entry.ODataEntry> keyValueGenerator)