Uses of Interface
de.hybris.platform.odata2services.export.ExportConfigurationSearchService
-
Packages that use ExportConfigurationSearchService Package Description de.hybris.platform.integrationbackoffice.widgets.configuration.controllers de.hybris.platform.odata2services.export.impl -
-
Uses of ExportConfigurationSearchService in de.hybris.platform.integrationbackoffice.widgets.configuration.controllers
Fields in de.hybris.platform.integrationbackoffice.widgets.configuration.controllers declared as ExportConfigurationSearchService Modifier and Type Field Description protected ExportConfigurationSearchServiceExportConfigurationListPaneController. exportConfigurationSearchService -
Uses of ExportConfigurationSearchService in de.hybris.platform.odata2services.export.impl
Classes in de.hybris.platform.odata2services.export.impl that implement ExportConfigurationSearchService Modifier and Type Class Description classDefaultExportConfigurationSearchServiceThe default implementation for the interfaceExportConfigurationSearchService.Constructors in de.hybris.platform.odata2services.export.impl with parameters of type ExportConfigurationSearchService Constructor Description DefaultExportConfigurationConverter(@NotNull ExportConfigurationSearchService searchService, @NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull EntitySetNameGenerator nameGenerator)Instantiates a new export configuration conversion service.DefaultRuntimeAttributeConverter(@NotNull DescriptorFactory descriptorFactory, @NotNull EntitySetNameGenerator nameGenerator, @NotNull IntegrationObjectService integrationObjectService, @NotNull ExportConfigurationSearchService searchService, @NotNull IntegrationObjectConversionService conversionService)Instantiates a new runtime attribute converter.
-