Interface UserEventRegistrationService

All Known Implementing Classes:
UserEventRegistrationServiceImpl

public interface UserEventRegistrationService
  • Method Details

    • register

      register all users passed in UserEventRegistrationService.UserEventRegistrationData.userKeys on UserEventRegistrationService.UserEventRegistrationData.eventKey and every UserEventRegistrationService.UserEventRegistrationData.selectedModules
      Parameters:
      data - a bean class containing the necessary info to register the users
      Throws:
      InterruptedException
    • getAvailableUsersForRegistration

      List<String> getAvailableUsersForRegistration(String[] userUserCodes)
      get a list of keys of user entities that are available for registration for the current user
      Parameters:
      userUserCodes - keys of all User_code entities that Users need to be related with
      Returns:
      a list of primary keys