Interface ExportConfigurationGenerator
- All Known Implementing Classes:
DefaultExportConfigurationGenerator
public interface ExportConfigurationGenerator
Interface for the ExportConfiguration report generator.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddownloadExportConfig(ConfigurationBundleEntity configurationBundleEntity) Converts aConfigurationBundleEntityto a downloadable format and downloads it.byte[]generateExportConfig(ConfigurationBundleEntity configurationBundleEntity) Converts aConfigurationBundleEntityto byte array.
-
Method Details
-
generateExportConfig
Converts aConfigurationBundleEntityto byte array.- Parameters:
configurationBundleEntity- configurationBundleEntity a givenConfigurationBundleEntity- Returns:
- a byte to download
-
downloadExportConfig
Converts aConfigurationBundleEntityto a downloadable format and downloads it.- Parameters:
configurationBundleEntity- a givenConfigurationBundleEntity
-