Interface QualificationExcelExportService
- All Known Implementing Classes:
- QualificationExcelExportServiceImpl
public interface QualificationExcelExportService
- 
Method SummaryModifier and TypeMethodDescriptiondefault StringcreateExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName) creates qualification export according to the fittingExcelExportercreateExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType) creates qualification export according to the fittingExcelExporter
- 
Method Details- 
createExportForEntitydefault String createExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName) creates qualification export according to the fittingExcelExporter- Parameters:
- entity- the entity to export
- language- the language to export in
- filename- the filename to save the export under
- evaluationExtensionName- the name of a potential extension to use
- Returns:
- the id of the output job
 
- 
createExportForEntityString createExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType) creates qualification export according to the fittingExcelExporter- Parameters:
- entity- the entity to export
- language- the language to export in
- filename- the filename to save the export under
- evaluationExtensionName- the name of a potential extension to use
- archiveType- how to archive the export
- Returns:
- the id of the output job
 
 
-