- getEventById(int) - Method in class es.uvigo.esei.dgss.lettab.rest.EventREST
-
Obtains a detail of Event passed by id
- getFrontpageEvents() - Method in class es.uvigo.esei.dgss.lettab.rest.EventREST
-
Obtains a list with 20 events to show in the front page if the number of
events in the system is less than 20 return all the events.
- getMyCreatedEvents(String) - Method in class es.uvigo.esei.dgss.lettab.rest.EventREST
-
Gets the events created by the given user
- getMyJoinedEvents(String) - Method in class es.uvigo.esei.dgss.lettab.rest.EventREST
-
Obtains a list with all the events in which one user has joined and show
that list
- getPoupularEvents() - Method in class es.uvigo.esei.dgss.lettab.rest.EventREST
-
Obtains a list with the first five most popular events and show it.