Class EventQuestionHelper
java.lang.Object
ch.tocco.nice2.optional.event.api.util.EventQuestionHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<EventQuestion> getEventQuestions
(Entity event) get all published questions for a Event
-
Method Details
-
getEventQuestions
get all published questions for a Event- Parameters:
event
- the event to get the questions from- Returns:
- a list of beans containing the relevant question data
-