Class ExcelExportActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.ExcelExportActionServiceImpl
- All Implemented Interfaces:
ExcelExportActionService
Export Evaluation or Input
-
Constructor Summary
ConstructorsConstructorDescriptionExcelExportActionServiceImpl(L10N l10N, DefaultDisplayService defaultDisplayService, Context context, EntityExplorerActionSelectionService selectionService, BusinessUnitManager businessUnitManager, QualificationExcelExportService qualificationExcelExportService, TaskSchedulingService taskSchedulingService) -
Method Summary
Modifier and TypeMethodDescription@Nullable StringcreateExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType, boolean runInBackground) @Nullable StringcreateExportForSelection(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:
getValuesFromSelectionin interfaceExcelExportActionService
-
getValuesFromEntity
- Specified by:
getValuesFromEntityin interfaceExcelExportActionService
-
createExportForSelection
@Nullable public @Nullable String createExportForSelection(EntityExplorerActionSelection selection, String language, String filename, String evaluationExtensionName, boolean runInBackground) - Specified by:
createExportForSelectionin interfaceExcelExportActionService
-
createExportForEntity
@Nullable public @Nullable String createExportForEntity(Entity entity, String language, String filename, String evaluationExtensionName, String archiveType, boolean runInBackground) - Specified by:
createExportForEntityin interfaceExcelExportActionService
-