Interface EventModuleRegistrationService

All Known Implementing Classes:
DefaultEventModuleRegistrationService

public interface EventModuleRegistrationService
used in EventRegistration flow to display modules of a event
  • Method Details

    • getAvailableModulesKeysForRegistration

      List<String> getAvailableModulesKeysForRegistration(String eventKey)
      Parameters:
      eventKey - the key of the event to get the modules from
      Returns:
      a list of primary keys of event as strings
    • getModulesForEventRegistration

      List<EventModuleRegistrationService.EventModule> getModulesForEventRegistration(String eventKey)
      used to create checkboxes for the modules
      Parameters:
      eventKey - the key of the event to get the modules from
      Returns:
      a list of beans for the modules