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