Uses of Class
de.hybris.platform.odata2services.dto.ExportEntity
Packages that use ExportEntity
Package
Description
-
Uses of ExportEntity in de.hybris.platform.odata2services.export
Methods in de.hybris.platform.odata2services.export that return types with arguments of type ExportEntityModifier and TypeMethodDescriptionExportConfigurationDecorator.decorate(@NotNull Set<ExportEntity> exportEntities) Augment export entities.ExportConfigurationService.generateExportConfiguration(ConfigurationBundleEntity configurationBundleEntity) Generates list ofExportEntityfrom a givenConfigurationBundleEntity.Method parameters in de.hybris.platform.odata2services.export with type arguments of type ExportEntityModifier and TypeMethodDescriptionExportConfigurationDecorator.decorate(@NotNull Set<ExportEntity> exportEntities) Augment export entities. -
Uses of ExportEntity in de.hybris.platform.odata2services.export.impl
Methods in de.hybris.platform.odata2services.export.impl that return types with arguments of type ExportEntityModifier and TypeMethodDescriptionDefaultExportConfigurationConverter.convert(ConfigurationBundleEntity configurationBundleEntity) ConvertsConfigurationBundleEntityintoExportEntity.DefaultRuntimeAttributeConverter.convert(ConfigurationBundleEntity configBundle) ConvertsConfigurationBundleEntityintoExportEntity.DefaultIntegrationObjectDecorator.decorate(Set<ExportEntity> exportEntities) DefaultOutboundChannelConfigurationDecorator.decorate(Set<ExportEntity> exportEntities) DefaultScriptDecorator.decorate(Set<ExportEntity> exportEntities) DefaultExportConfigurationService.generateExportConfiguration(ConfigurationBundleEntity configurationBundle) Method parameters in de.hybris.platform.odata2services.export.impl with type arguments of type ExportEntityModifier and TypeMethodDescriptionDefaultIntegrationObjectDecorator.decorate(Set<ExportEntity> exportEntities) DefaultOutboundChannelConfigurationDecorator.decorate(Set<ExportEntity> exportEntities) DefaultScriptDecorator.decorate(Set<ExportEntity> exportEntities) voidDefaultExportConfigurationService.setConverters(List<org.springframework.core.convert.converter.Converter<ConfigurationBundleEntity, Set<ExportEntity>>> converters)