Class DefaultExportConfigurationService
java.lang.Object
de.hybris.platform.odata2services.export.impl.DefaultExportConfigurationService
- All Implemented Interfaces:
ExportConfigurationService
The default implementation for the interface
ExportConfigurationService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateExportConfiguration(ConfigurationBundleEntity configurationBundle) Generates list ofExportEntityfrom a givenConfigurationBundleEntity.voidsetConverters(List<org.springframework.core.convert.converter.Converter<ConfigurationBundleEntity, Set<ExportEntity>>> converters) voidsetDecorators(List<ExportConfigurationDecorator> decorators)
-
Constructor Details
-
DefaultExportConfigurationService
public DefaultExportConfigurationService()
-
-
Method Details
-
generateExportConfiguration
Description copied from interface:ExportConfigurationServiceGenerates list ofExportEntityfrom a givenConfigurationBundleEntity.- Specified by:
generateExportConfigurationin interfaceExportConfigurationService- Parameters:
configurationBundle- passes the configuration bundle with its integration object bundle- Returns:
- a set of
ExportEntitythat encapsulates request URL and request bodies
-
setDecorators
-
setConverters
public void setConverters(List<org.springframework.core.convert.converter.Converter<ConfigurationBundleEntity, Set<ExportEntity>>> converters)
-