Interface MassContactActionService
- All Known Implementing Classes:
MassContactActionServiceImpl
public interface MassContactActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoidbookAll(EntityExplorerActionSelection selection, RebindValue[] values) Deprecated.
-
Method Details
-
bookAll
@Deprecated void bookAll(EntityExplorerActionSelection selection, RebindValue[] values) throws InterruptedException, RpcExecutionException Deprecated.Creates `Contact` entities for each user in `selection` for the given events.- Parameters:
selection- the selected entitiesvalues- of the Contact- Throws:
InterruptedExceptionRpcExecutionException
-