Class DefaultOutboundChannelConfigurationDecorator

java.lang.Object
de.hybris.platform.odata2services.export.impl.AbstractExportConfigurationDecorator
de.hybris.platform.odata2services.export.impl.DefaultOutboundChannelConfigurationDecorator
All Implemented Interfaces:
ExportConfigurationDecorator

public class DefaultOutboundChannelConfigurationDecorator extends AbstractExportConfigurationDecorator
The outbound channel configuration decorator to export configuration with referenced outbound sync entities.
  • Constructor Details

    • DefaultOutboundChannelConfigurationDecorator

      public DefaultOutboundChannelConfigurationDecorator(@NotNull @NotNull DescriptorFactory descriptorFactory, @NotNull @NotNull IntegrationObjectConversionService conversionService, @NotNull @NotNull IntegrationObjectService integrationObjectService, @NotNull @NotNull EntitySetNameGenerator nameGenerator)
      Instantiate a new instance of the outbound channel configuration decorator.
      Parameters:
      descriptorFactory - to create the integration object descriptor
      conversionService - to convert the integration object
      integrationObjectService - to find the integration object
      nameGenerator - to generate the entity set name
  • Method Details