Interface QualificationExcelExportService
- All Known Implementing Classes:
QualificationExcelExportServiceImpl
public interface QualificationExcelExportService
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
createExportForEntity
(Entity entity, String language, String filename, String evaluationExtensionName) creates qualification export according to the fittingExcelExporter
createExportForEntity
(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType) creates qualification export according to the fittingExcelExporter
-
Method Details
-
createExportForEntity
default String createExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName) creates qualification export according to the fittingExcelExporter
- Parameters:
entity
- the entity to exportlanguage
- the language to export infilename
- the filename to save the export underevaluationExtensionName
- the name of a potential extension to use- Returns:
- the id of the output job
-
createExportForEntity
String createExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType) creates qualification export according to the fittingExcelExporter
- Parameters:
entity
- the entity to exportlanguage
- the language to export infilename
- the filename to save the export underevaluationExtensionName
- the name of a potential extension to usearchiveType
- how to archive the export- Returns:
- the id of the output job
-