Class EvaluationExcelExporter
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.evaluationexport.EvaluationExcelExporter
- All Implemented Interfaces:
ExcelExporter
-
Constructor Summary
ConstructorDescriptionEvaluationExcelExporter
(Context context, TextResources textResources, QualificationService qualificationService, DefaultDisplayService defaultDisplayService, EvaluationActionService evaluationActionService, L10N l10N) -
Method Summary
-
Constructor Details
-
EvaluationExcelExporter
public EvaluationExcelExporter(Context context, TextResources textResources, QualificationService qualificationService, DefaultDisplayService defaultDisplayService, EvaluationActionService evaluationActionService, L10N l10N)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceExcelExporter
-
createExport
public com.google.common.io.FileBackedOutputStream createExport(Entity evaluation, Locale locale, String filename, String evaluationExtensionName) throws IOException, InterruptedException - Specified by:
createExport
in interfaceExcelExporter
- Throws:
IOException
InterruptedException
-