Package org.javlo.actions
Interface IEventRegistration
-
- All Known Implementing Classes:
GenericQuiz
,SmartGenericForm
,SurveyGenericForm
public interface IEventRegistration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Map<String,String>>
getData(ContentContext ctx, String login)
get information about a specific user, if exist.String
getId()
List<IUserInfo>
getParticipants(ContentContext ctx)
String
getUserLink(ContentContext ctx)
-
-
-
Method Detail
-
getId
String getId()
-
getParticipants
List<IUserInfo> getParticipants(ContentContext ctx) throws Exception
- Throws:
Exception
-
getUserLink
String getUserLink(ContentContext ctx) throws Exception
- Throws:
Exception
-
-