Class CustomerContractCopyActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.customercontract.impl.action.CustomerContractCopyActionServiceImpl
- All Implemented Interfaces:
CustomerContractCopyActionService
public class CustomerContractCopyActionServiceImpl
extends Object
implements CustomerContractCopyActionService
-
Constructor Summary
ConstructorDescriptionCustomerContractCopyActionServiceImpl
(Context context, CommandExecutor commandExecutor, LogicCopyService logicCopyService, EntityDefaultValueService entityDefaultValueService, EntityExplorerActionSelectionService selectionService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(EntityExplorerActionSelection selection) void
setCopyContribution
(List<CustomerContractCopyContribution> contributionList)
-
Constructor Details
-
CustomerContractCopyActionServiceImpl
public CustomerContractCopyActionServiceImpl(Context context, CommandExecutor commandExecutor, LogicCopyService logicCopyService, EntityDefaultValueService entityDefaultValueService, EntityExplorerActionSelectionService selectionService)
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceCustomerContractCopyActionService
-
setCopyContribution
-