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