Class QualificationExcelExportServiceImpl
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.dataexport.QualificationExcelExportServiceImpl
- All Implemented Interfaces:
QualificationExcelExportService
@Component
public class QualificationExcelExportServiceImpl
extends Object
implements QualificationExcelExportService
-
Constructor Summary
ConstructorsConstructorDescriptionQualificationExcelExportServiceImpl(BusinessUnitManager businessUnitManager, L10N l10N, DocumentFormatService documentFormatService, OutputCenterService outputCenterService) -
Method Summary
Modifier and TypeMethodDescriptioncreateExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType) creates qualification export according to the fittingExcelExportervoidsetExcelExporters(List<ExcelExporter> excelExporters) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.optional.qualification.impl.dataexport.QualificationExcelExportService
createExportForEntity
-
Constructor Details
-
QualificationExcelExportServiceImpl
public QualificationExcelExportServiceImpl(BusinessUnitManager businessUnitManager, L10N l10N, DocumentFormatService documentFormatService, OutputCenterService outputCenterService)
-
-
Method Details
-
createExportForEntity
public String createExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType) Description copied from interface:QualificationExcelExportServicecreates qualification export according to the fittingExcelExporter- Specified by:
createExportForEntityin interfaceQualificationExcelExportService- 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
-
setExcelExporters
-