Uses of Interface
de.hybris.platform.integrationservices.service.IntegrationObjectConversionService
Packages that use IntegrationObjectConversionService
Package
Description
-
Uses of IntegrationObjectConversionService in de.hybris.platform.integrationservices.populator
Methods in de.hybris.platform.integrationservices.populator that return IntegrationObjectConversionServiceModifier and TypeMethodDescriptionDefaultCollectionType2MapPopulator.getConversionService()DefaultComposedType2MapPopulator.getConversionService()Methods in de.hybris.platform.integrationservices.populator with parameters of type IntegrationObjectConversionServiceModifier and TypeMethodDescriptionvoidDefaultCollectionType2MapPopulator.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 IntegrationObjectConversionServiceModifier and TypeClassDescriptionclassThe 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 IntegrationObjectConversionServiceModifierConstructorDescriptionprotectedAbstractExportConfigurationDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator) Constructor injects dependencies for reuse.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.DefaultOutboundChannelConfigurationDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator) Instantiate a new instance of the outbound channel configuration 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 IntegrationObjectConversionServiceModifier and TypeMethodDescriptionprotected IntegrationObjectConversionServiceDefaultPayloadBuildingRequestDecorator.getIntegrationObjectConversionService()Methods in de.hybris.platform.outboundservices.decorator.impl with parameters of type IntegrationObjectConversionServiceModifier and TypeMethodDescriptionvoidDefaultPayloadBuildingRequestDecorator.setIntegrationObjectConversionService(IntegrationObjectConversionService integrationObjectConversionService) -
Uses of IntegrationObjectConversionService in de.hybris.platform.webhookservices.cache
Constructors in de.hybris.platform.webhookservices.cache with parameters of type IntegrationObjectConversionServiceModifierConstructorDescriptionDefaultWebhookItemPayloadConverter(@NotNull WebhookConfigurationService webhookConfigurationService, @NotNull IntegrationObjectConversionService conversionService, @NotNull WebhookFilterService webhookFilterService) Instantiates a new Webhook item payload conversion service.