Interface QualificationExcelExportService

All Known Implementing Classes:
QualificationExcelExportServiceImpl

public interface QualificationExcelExportService
  • Method Details

    • createExportForEntity

      default String createExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName)
      creates qualification export according to the fitting ExcelExporter
      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
    • createExportForEntity

      String createExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType)
      creates qualification export according to the fitting ExcelExporter
      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