Class ReportingLogicCopyActionServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.action.logiccopy.ReportingLogicCopyActionServiceImpl
- All Implemented Interfaces:
ReportingLogicCopyActionService
@Deprecated
public class ReportingLogicCopyActionServiceImpl
extends Object
implements ReportingLogicCopyActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionReportingLogicCopyActionServiceImpl
(EntityExplorerActionSelectionService selectionService, Context context) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncopy
(EntityExplorerActionSelection selection, ReportingLogicCopyConfig[] configs) Deprecated.run logic copy for Report or Output_templateDeprecated.get available configs to use inReportingLogicCopyActionService.copy(EntityExplorerActionSelection, ReportingLogicCopyConfig[])
with this selectionvoid
setCopyConfigs
(List<ReportingLogicCopyConfig> copyConfigs) Deprecated.void
setCopyTasks
(List<ReportingLogicCopyTask> copyTasks) Deprecated.
-
Constructor Details
-
ReportingLogicCopyActionServiceImpl
public ReportingLogicCopyActionServiceImpl(EntityExplorerActionSelectionService selectionService, Context context) Deprecated.
-
-
Method Details
-
getAvailableCopyConfigs
public List<ReportingLogicCopyConfig> getAvailableCopyConfigs(EntityExplorerActionSelection selection) Deprecated.Description copied from interface:ReportingLogicCopyActionService
get available configs to use inReportingLogicCopyActionService.copy(EntityExplorerActionSelection, ReportingLogicCopyConfig[])
with this selection- Specified by:
getAvailableCopyConfigs
in interfaceReportingLogicCopyActionService
- Parameters:
selection
- the selection- Returns:
- the available configs
-
copy
Deprecated.Description copied from interface:ReportingLogicCopyActionService
run logic copy for Report or Output_template- Specified by:
copy
in interfaceReportingLogicCopyActionService
- Parameters:
selection
- the selected entityconfigs
- the configs to run, only active configs will be used- Returns:
- key of the copied entity
-
setCopyConfigs
Deprecated. -
setCopyTasks
Deprecated.
-