- getCurrentUserLogin() - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
-
- getCurrentUserLogin() - Method in class es.uvigo.esei.dgss.lettab.service.MailEJB
-
Get the login of the current user
- getEventsToAssist(String) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
-
This method search signed up user's events, and order them by ascendant
date and descendant participants
- getFiveRandomEvents() - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
-
Get five random events using JPQL
- getMyEvents(String) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
-
Gives a list with the events created by the user bound to the login
passed as a parameter.
- getPopularEvents(int) - Method in class es.uvigo.esei.dgss.lettab.service.EventEJB
-
Get popular events using JPQL and order them by date asc.