Class DefaultExportConfigurationService
- java.lang.Object
-
- de.hybris.platform.odata2services.export.impl.DefaultExportConfigurationService
-
- All Implemented Interfaces:
ExportConfigurationService
public class DefaultExportConfigurationService extends java.lang.Object implements ExportConfigurationService
The default implementation for the interfaceExportConfigurationService.
-
-
Constructor Summary
Constructors Constructor Description DefaultExportConfigurationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<ExportEntity>generateExportConfiguration(ConfigurationBundleEntity configurationBundle)Generates list ofExportEntityfrom a givenConfigurationBundleEntity.voidsetConverters(java.util.List<org.springframework.core.convert.converter.Converter<ConfigurationBundleEntity,java.util.Set<ExportEntity>>> converters)voidsetDecorators(java.util.List<ExportConfigurationDecorator> decorators)
-
-
-
Method Detail
-
generateExportConfiguration
public java.util.Set<ExportEntity> generateExportConfiguration(ConfigurationBundleEntity configurationBundle)
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
public void setDecorators(java.util.List<ExportConfigurationDecorator> decorators)
-
setConverters
public void setConverters(java.util.List<org.springframework.core.convert.converter.Converter<ConfigurationBundleEntity,java.util.Set<ExportEntity>>> converters)
-
-