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>classDefaultMapToIntegrationKeyValueGenerator -
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.odata.integrationkey.impl
Classes in de.hybris.platform.odata2services.odata.integrationkey.impl that implement IntegrationKeyValueGenerator Modifier and Type Class Description classDefaultODataEntryToIntegrationKeyValueGenerator -
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<org.apache.olingo.odata2.api.edm.EdmEntitySet,org.apache.olingo.odata2.api.ep.entry.ODataEntry>DefaultModelEntityService. getIntegrationKeyValueGenerator()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)
-