Interface EventRegistrationActionService
- All Known Implementing Classes:
DefaultEventRegistrationActionService
Deprecated.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetAdditionalFormData
(String eventKey) Deprecated.getQuestionFromEvent
(String eventKey) Deprecated.load all questions of a given event to displayregister
(RebindValue[] rebindValues, Map<String, String> params, @Nullable Map<String, String> questionValues, List<String> selectedModuleKeys) Deprecated.boolean
showRegisterButton
(String eventKey, Boolean intranet) Deprecated.
-
Method Details
-
showRegisterButton
Deprecated. -
register
String register(RebindValue[] rebindValues, Map<String, String> params, @Nullable @Nullable Map<String, String> questionValues, List<String> selectedModuleKeys) Deprecated. -
getAdditionalFormData
Deprecated. -
getQuestionFromEvent
Deprecated.load all questions of a given event to display- Parameters:
eventKey
- the key of the event- Returns:
- a bean containing all questions
-