Interface UserEventRegistrationService
- All Known Implementing Classes:
UserEventRegistrationServiceImpl
public interface UserEventRegistrationService
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptiongetAvailableUsersForRegistration(String[] userUserCodes) get a list of keys of user entities that are available for registration for the current uservoidregister all users passed inUserEventRegistrationService.UserEventRegistrationData.userKeysonUserEventRegistrationService.UserEventRegistrationData.eventKeyand everyUserEventRegistrationService.UserEventRegistrationData.selectedModules
-
Method Details
-
register
void register(UserEventRegistrationService.UserEventRegistrationData data) throws InterruptedException register all users passed inUserEventRegistrationService.UserEventRegistrationData.userKeysonUserEventRegistrationService.UserEventRegistrationData.eventKeyand everyUserEventRegistrationService.UserEventRegistrationData.selectedModules- Parameters:
data- a bean class containing the necessary info to register the users- Throws:
InterruptedException
-
getAvailableUsersForRegistration
-