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 SummaryConstructorsConstructorDescriptionQualificationExcelExportServiceImpl(BusinessUnitManager businessUnitManager, L10N l10N, DocumentFormatService documentFormatService, OutputCenterService outputCenterService) 
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.optional.qualification.impl.dataexport.QualificationExcelExportServicecreateExportForEntity
- 
Constructor Details- 
QualificationExcelExportServiceImplpublic QualificationExcelExportServiceImpl(BusinessUnitManager businessUnitManager, L10N l10N, DocumentFormatService documentFormatService, OutputCenterService outputCenterService) 
 
- 
- 
Method Details- 
createExportForEntitypublic 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 interface- QualificationExcelExportService
- 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
 
- 
setExcelExporters
 
-