Interface EventRegistrationActionService
- All Known Implementing Classes:
DefaultEventRegistrationActionService
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated. -
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.booleanshowRegisterButton(String eventKey, Boolean intranet) Deprecated.
-
Method Details
-
showRegisterButton
-
register
-
getAdditionalFormData
-
getQuestionFromEvent
Deprecated.load all questions of a given event to display- Parameters:
eventKey- the key of the event- Returns:
- a bean containing all questions
-