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 Summary
ConstructorsConstructorDescriptionDefaultOutboundChannelConfigurationDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator) Instantiate a new instance of the outbound channel configuration decorator. -
Method Summary
Modifier and TypeMethodDescriptiondecorate(Set<ExportEntity> exportEntities) Augment export entities.voidsetSearchService(ExportConfigurationSearchService searchService) Methods inherited from class de.hybris.platform.odata2services.export.impl.AbstractExportConfigurationDecorator
constructPayload, constructRequestUrl, exportEndpoint, extractProperties, extractProperty, getIntegrationObjectService, setExportConfigurationFilter
-
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 descriptorconversionService- to convert the integration objectintegrationObjectService- to find the integration objectnameGenerator- to generate the entity set name
-
-
Method Details
-
decorate
Description copied from interface:ExportConfigurationDecoratorAugment export entities.- Parameters:
exportEntities- export entities to be augmented- Returns:
- augmented export entities
-
setSearchService
-