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
ConstructorsConstructorDescriptionReportingLogicCopyActionServiceImpl(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 selectionvoidsetCopyConfigs(List<ReportingLogicCopyConfig> copyConfigs) Deprecated.voidsetCopyTasks(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:ReportingLogicCopyActionServiceget available configs to use inReportingLogicCopyActionService.copy(EntityExplorerActionSelection, ReportingLogicCopyConfig[])with this selection- Specified by:
getAvailableCopyConfigsin interfaceReportingLogicCopyActionService- Parameters:
selection- the selection- Returns:
- the available configs
-
copy
Deprecated.Description copied from interface:ReportingLogicCopyActionServicerun logic copy for Report or Output_template- Specified by:
copyin 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.
-