Interface EventModuleRegistrationService
- All Known Implementing Classes:
DefaultEventModuleRegistrationService
public interface EventModuleRegistrationService
used in EventRegistration flow to display modules of a event
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetAvailableModulesKeysForRegistration(String eventKey) getModulesForEventRegistration(String eventKey) used to create checkboxes for the modules
-
Method Details
-
getAvailableModulesKeysForRegistration
-
getModulesForEventRegistration
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
-