Class InputExcelExporter
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.InputExcelExporter
- All Implemented Interfaces:
ExcelExporter
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enumeration for rows not containing the actual rating data. -
Constructor Summary
ConstructorDescriptionInputExcelExporter
(TextResources textResources, QualificationService qualificationService, DefaultDisplayService defaultDisplayService, InputEditActionService inputEditActionService) -
Method Summary
-
Constructor Details
-
InputExcelExporter
public InputExcelExporter(TextResources textResources, QualificationService qualificationService, DefaultDisplayService defaultDisplayService, InputEditActionService inputEditActionService)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceExcelExporter
-
createExport
public com.google.common.io.FileBackedOutputStream createExport(Entity selectedEntity, Locale locale, String filename, String evaluationExtensionName) throws IOException - Specified by:
createExport
in interfaceExcelExporter
- Throws:
IOException
-