Class ExportActionServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.action.ExportActionServiceImpl
- All Implemented Interfaces:
ExportActionService
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.reporting.api.action.ExportActionService
ExportActionService.ExportConfig, ExportActionService.SelectedColumn, ExportActionService.TemplateValues
-
Constructor Summary
ConstructorDescriptionExportActionServiceImpl
(Context context, QueryBuilderFactory queryBuilderFactory, FormModel formModel, DataModel dataModel, L10N l10N, EntityExplorerActionSelectionService entityExplorerActionSelectionService, OutputCenterService outputCenterService, ExportHelperService exportHelperService) -
Method Summary
Modifier and TypeMethodDescriptiongenerate
(ExportActionService.ExportConfig exportConfig) getTemplateValues
(String templateKey) prepare
(EntityExplorerActionSelection selection)
-
Constructor Details
-
ExportActionServiceImpl
public ExportActionServiceImpl(Context context, QueryBuilderFactory queryBuilderFactory, FormModel formModel, DataModel dataModel, L10N l10N, EntityExplorerActionSelectionService entityExplorerActionSelectionService, OutputCenterService outputCenterService, ExportHelperService exportHelperService)
-
-
Method Details
-
prepare
- Specified by:
prepare
in interfaceExportActionService
-
generate
- Specified by:
generate
in interfaceExportActionService
-
getTemplateValues
- Specified by:
getTemplateValues
in interfaceExportActionService
-