Class MassContactActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.contact.impl.actions.MassContactActionServiceImpl
- All Implemented Interfaces:
MassContactActionService
-
Constructor Summary
ConstructorsConstructorDescriptionMassContactActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, PrincipalService principalService, RebindService rebindService, LogicCopyService logicCopyService, EntityDefaultValueService entityDefaultValueService) -
Method Summary
Modifier and TypeMethodDescriptionvoidbookAll(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:MassContactActionServiceCreates `Contact` entities for each user in `selection` for the given events.- Specified by:
bookAllin interfaceMassContactActionService- Parameters:
selection- the selected entitiesvalue- of the Contact- Throws:
InterruptedException
-
getEntityFromSelection
-