Class EventLogicCopyActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.event.impl.actions.EventLogicCopyActionServiceImpl
- All Implemented Interfaces:
EventLogicCopyActionService
@Deprecated
public class EventLogicCopyActionServiceImpl
extends Object
implements EventLogicCopyActionService
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.event.impl.actions.EventLogicCopyActionService
EventLogicCopyActionService.CopyInformation, EventLogicCopyActionService.EventLogicCopyInformation, EventLogicCopyActionService.RelationDescriptor -
Constructor Summary
ConstructorsConstructorDescriptionEventLogicCopyActionServiceImpl(Context Context, EntityExplorerActionSelectionService entityExplorerActionSelectionService, DefaultDisplayService defaultDisplayService, TextResources textResources, TaskSchedulingService taskSchedulingService, BusinessUnitManager businessUnitManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.used by actiongetRootNode(EntityExplorerActionSelection selection) Deprecated.Deprecated.Used by actionlogicCopy(EntityExplorerActionSelection selection, EventLogicCopyActionService.CopyInformation[] copyInformations, Map<String, String> configs) Deprecated.voidsetExtensions(List<EventCopyExtensionFactory> extensions) Deprecated.voidsetRelations(List<EventLogicCopyRelationConfig> relations) Deprecated.
-
Constructor Details
-
EventLogicCopyActionServiceImpl
public EventLogicCopyActionServiceImpl(Context Context, EntityExplorerActionSelectionService entityExplorerActionSelectionService, DefaultDisplayService defaultDisplayService, TextResources textResources, TaskSchedulingService taskSchedulingService, BusinessUnitManager businessUnitManager) Deprecated.
-
-
Method Details
-
logicCopy
public String logicCopy(EntityExplorerActionSelection selection, EventLogicCopyActionService.CopyInformation[] copyInformations, Map<String, String> configs) throws PersistException, RpcExecutionExceptionDeprecated.- Specified by:
logicCopyin interfaceEventLogicCopyActionService- Throws:
PersistExceptionRpcExecutionException
-
getVisibleRelations
public List<EventLogicCopyActionService.RelationDescriptor> getVisibleRelations() throws PersistExceptionDeprecated.Description copied from interface:EventLogicCopyActionServiceUsed by action- Specified by:
getVisibleRelationsin interfaceEventLogicCopyActionService- Returns:
- list of relations to display on event logic copy form to user
- Throws:
PersistException
-
getAdditionalCopyConfig
Deprecated.Description copied from interface:EventLogicCopyActionServiceused by action- Specified by:
getAdditionalCopyConfigin interfaceEventLogicCopyActionService- Returns:
- list of additional relations to display on event logic copy form to user
-
getRootNode
public TreeNode getRootNode(EntityExplorerActionSelection selection) throws PersistException, RpcExecutionException, URISyntaxException Deprecated.- Specified by:
getRootNodein interfaceEventLogicCopyActionService- Throws:
PersistExceptionRpcExecutionExceptionURISyntaxException
-
setRelations
Deprecated. -
setExtensions
Deprecated.
-