Class MassContactActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.contact.impl.actions.MassContactActionServiceImpl
- All Implemented Interfaces:
MassContactActionService
-
Constructor Summary
ConstructorDescriptionMassContactActionServiceImpl
(Context context, EntityExplorerActionSelectionService selectionService, PrincipalService principalService, RebindService rebindService, LogicCopyService logicCopyService, EntityDefaultValueService entityDefaultValueService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bookAll
(EntityExplorerActionSelection selection, RebindValue[] value) Creates `Contact` entities for each user in `selection` for the given events.
-
Constructor Details
-
MassContactActionServiceImpl
public MassContactActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, PrincipalService principalService, RebindService rebindService, LogicCopyService logicCopyService, EntityDefaultValueService entityDefaultValueService)
-
-
Method Details
-
bookAll
public void bookAll(EntityExplorerActionSelection selection, RebindValue[] value) throws InterruptedException Description copied from interface:MassContactActionService
Creates `Contact` entities for each user in `selection` for the given events.- Specified by:
bookAll
in interfaceMassContactActionService
- Parameters:
selection
- the selected entitiesvalue
- of the Contact- Throws:
InterruptedException
-
getEntityFromSelection
-