Class ExcelExportActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.ExcelExportActionServiceImpl
- All Implemented Interfaces:
ExcelExportActionService
Export Evaluation or Input
-
Constructor Summary
ConstructorDescriptionExcelExportActionServiceImpl
(L10N l10N, DefaultDisplayService defaultDisplayService, Context context, EntityExplorerActionSelectionService selectionService, BusinessUnitManager businessUnitManager, QualificationExcelExportService qualificationExcelExportService, TaskSchedulingService taskSchedulingService) -
Method Summary
Modifier and TypeMethodDescription@Nullable String
createExportForEntity
(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType, boolean runInBackground) @Nullable String
createExportForSelection
(EntityExplorerActionSelection selection, String language, String filename, String evaluationExtensionName, boolean runInBackground) getValuesFromEntity
(Entity selectedEntity)
-
Constructor Details
-
ExcelExportActionServiceImpl
public ExcelExportActionServiceImpl(L10N l10N, DefaultDisplayService defaultDisplayService, Context context, EntityExplorerActionSelectionService selectionService, BusinessUnitManager businessUnitManager, QualificationExcelExportService qualificationExcelExportService, TaskSchedulingService taskSchedulingService)
-
-
Method Details
-
getValuesFromSelection
- Specified by:
getValuesFromSelection
in interfaceExcelExportActionService
-
getValuesFromEntity
- Specified by:
getValuesFromEntity
in interfaceExcelExportActionService
-
createExportForSelection
@Nullable public @Nullable String createExportForSelection(EntityExplorerActionSelection selection, String language, String filename, String evaluationExtensionName, boolean runInBackground) - Specified by:
createExportForSelection
in interfaceExcelExportActionService
-
createExportForEntity
@Nullable public @Nullable String createExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType, boolean runInBackground) - Specified by:
createExportForEntity
in interfaceExcelExportActionService
-