Uses of Interface
de.hybris.platform.integrationservices.integrationkey.IntegrationKeyValueGenerator
-
-
Uses of IntegrationKeyValueGenerator in de.hybris.platform.integrationservices.integrationkey.impl
Classes in de.hybris.platform.integrationservices.integrationkey.impl that implement IntegrationKeyValueGenerator Modifier and Type Class Description classAbstractIntegrationKeyValueGenerator<T,E>classDefaultMapToIntegrationKeyValueGeneratorGenerates 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.classDelegatingIntegrationItemToIntegrationKeyValueGeneratorMethods in de.hybris.platform.integrationservices.integrationkey.impl with parameters of type IntegrationKeyValueGenerator Modifier and Type Method Description voidDelegatingIntegrationItemToIntegrationKeyValueGenerator. setMapToIntegrationKeyGenerator(IntegrationKeyValueGenerator<TypeDescriptor,java.util.Map<java.lang.String,java.lang.Object>> mapToIntegrationKeyGenerator) -
Uses of IntegrationKeyValueGenerator in de.hybris.platform.integrationservices.populator
Methods in de.hybris.platform.integrationservices.populator that return IntegrationKeyValueGenerator Modifier and Type Method Description protected IntegrationKeyValueGenerator<TypeDescriptor,java.util.Map<java.lang.String,java.lang.Object>>DefaultIntegrationKeyPopulator. getIntegrationKeyValueGenerator()Methods in de.hybris.platform.integrationservices.populator with parameters of type IntegrationKeyValueGenerator Modifier and Type Method Description voidDefaultIntegrationKeyPopulator. setIntegrationKeyValueGenerator(IntegrationKeyValueGenerator<TypeDescriptor,java.util.Map<java.lang.String,java.lang.Object>> generator) -
Uses of IntegrationKeyValueGenerator in de.hybris.platform.odata2services.converter
Methods in de.hybris.platform.odata2services.converter that return IntegrationKeyValueGenerator Modifier and Type Method Description protected IntegrationKeyValueGenerator<TypeDescriptor,IntegrationItem>DefaultODataEntryToIntegrationItemConverter. getKeyValueGenerator()Methods in de.hybris.platform.odata2services.converter with parameters of type IntegrationKeyValueGenerator Modifier and Type Method Description voidDefaultODataEntryToIntegrationItemConverter. setIntegrationKeyValueGenerator(IntegrationKeyValueGenerator<org.apache.olingo.odata2.api.edm.EdmEntitySet,org.apache.olingo.odata2.api.ep.entry.ODataEntry> generator)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultODataEntryToIntegrationItemConverter. 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 IntegrationKeyValueGenerator Modifier and Type Class Description classDefaultODataEntryToIntegrationKeyValueGeneratorDeprecated, for removal: This API element is subject to removal in a future version.This class will be removed because it cannot guarantee the correct integrationKey is generated.classDelegatingODataEntryToIntegrationKeyValueGeneratorGenerates integration key value for a givenTypeDescriptorfrom the attribute values represented by aODataEntryMethods in de.hybris.platform.odata2services.odata.integrationkey.impl with parameters of type IntegrationKeyValueGenerator Modifier and Type Method Description voidDelegatingODataEntryToIntegrationKeyValueGenerator. setMapToIntegrationKeyGenerator(IntegrationKeyValueGenerator<TypeDescriptor,java.util.Map<java.lang.String,java.lang.Object>> mapToIntegrationKeyGenerator) -
Uses of IntegrationKeyValueGenerator in de.hybris.platform.odata2services.odata.persistence.impl
Methods in de.hybris.platform.odata2services.odata.persistence.impl that return IntegrationKeyValueGenerator Modifier and Type Method Description protected 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 IntegrationKeyValueGenerator Modifier and Type Method Description voidDefaultModelEntityService. setIntegrationKeyValueGenerator(IntegrationKeyValueGenerator<org.apache.olingo.odata2.api.edm.EdmEntitySet,org.apache.olingo.odata2.api.ep.entry.ODataEntry> integrationKeyValueGenerator)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultModelEntityService. 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 IntegrationKeyValueGenerator Modifier and Type Method Description protected 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 IntegrationKeyValueGenerator Modifier and Type Method Description voidPathPayloadKeyValidator. setKeyValueGenerator(IntegrationKeyValueGenerator<TypeDescriptor,org.apache.olingo.odata2.api.ep.entry.ODataEntry> keyValueGenerator)voidPathPayloadKeyValidator. setoDataEntryIntegrationKeyValueGenerator(IntegrationKeyValueGenerator<org.apache.olingo.odata2.api.edm.EdmEntitySet,org.apache.olingo.odata2.api.ep.entry.ODataEntry> oDataEntryIntegrationKeyValueGenerator)Deprecated, for removal: This API element is subject to removal in a future version.
-