Uses of Interface
de.hybris.platform.integrationservices.service.IntegrationObjectConversionService
-
-
Uses of IntegrationObjectConversionService in de.hybris.platform.integrationservices.populator
Methods in de.hybris.platform.integrationservices.populator that return IntegrationObjectConversionService Modifier and Type Method Description IntegrationObjectConversionServiceDefaultCollectionType2MapPopulator. getConversionService()IntegrationObjectConversionServiceDefaultComposedType2MapPopulator. getConversionService()Methods in de.hybris.platform.integrationservices.populator with parameters of type IntegrationObjectConversionService Modifier and Type Method Description voidDefaultCollectionType2MapPopulator. setConversionService(IntegrationObjectConversionService service)voidDefaultComposedType2MapPopulator. setConversionService(IntegrationObjectConversionService service) -
Uses of IntegrationObjectConversionService in de.hybris.platform.integrationservices.service.impl
Classes in de.hybris.platform.integrationservices.service.impl that implement IntegrationObjectConversionService Modifier and Type Class Description classDefaultIntegrationObjectConversionServiceThe default implementation of IntegrationObjectConversionService. -
Uses of IntegrationObjectConversionService in de.hybris.platform.odata2services.export.impl
Constructors in de.hybris.platform.odata2services.export.impl with parameters of type IntegrationObjectConversionService Constructor Description DefaultExportConfigurationConverter(@NotNull ExportConfigurationSearchService searchService, @NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull EntitySetNameGenerator nameGenerator)Instantiates a new export configuration conversion service.DefaultIntegrationObjectDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator)Instantiate a new instance of the integration object decorator.DefaultRuntimeAttributeConverter(@NotNull DescriptorFactory descriptorFactory, @NotNull EntitySetNameGenerator nameGenerator, @NotNull IntegrationObjectService integrationObjectService, @NotNull ExportConfigurationSearchService searchService, @NotNull IntegrationObjectConversionService conversionService)Instantiates a new runtime attribute converter.DefaultScriptDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectService integrationObjectService, @NotNull IntegrationObjectConversionService conversionService, @NotNull ModelScriptsRepository scriptsRepository, @NotNull EntitySetNameGenerator nameGenerator)Instantiate a new instance of the script decorator. -
Uses of IntegrationObjectConversionService in de.hybris.platform.outboundservices.decorator.impl
Methods in de.hybris.platform.outboundservices.decorator.impl that return IntegrationObjectConversionService Modifier and Type Method Description protected IntegrationObjectConversionServiceDefaultPayloadBuildingRequestDecorator. getIntegrationObjectConversionService()Methods in de.hybris.platform.outboundservices.decorator.impl with parameters of type IntegrationObjectConversionService Modifier and Type Method Description voidDefaultPayloadBuildingRequestDecorator. setIntegrationObjectConversionService(IntegrationObjectConversionService integrationObjectConversionService)
-