Interface LinkContingentActionService
- All Known Implementing Classes:
LinkContingentActionServiceImpl
public interface LinkContingentActionService
-
Method Summary
Modifier and TypeMethodDescriptionlinkContingent
(EntityExplorerActionSelection selection, String contingentKey, String contingentTypeKey) Creates `Registration` entities for each user in `selection` for the given events.
-
Method Details
-
getCompanyContingentType
String getCompanyContingentType() -
linkContingent
List<String> linkContingent(EntityExplorerActionSelection selection, String contingentKey, String contingentTypeKey) Creates `Registration` entities for each user in `selection` for the given events.- Parameters:
selection
- the selected registrationscontingentKey
- the contingent which will be used to link the registrations, can be nullcontingentTypeKey
- key of the contingent type- Returns:
- a list of pk's (as strings) which could not be linked to a contingent
-