Class DefaultScriptDecorator

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

public class DefaultScriptDecorator extends AbstractExportConfigurationDecorator
The script decorator to augment export configuration with referenced scripts.
  • Constructor Details

    • DefaultScriptDecorator

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