- cancelEvent(int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Register the current identified User into a Event.
- cancelFriendship(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Cancel Friendship by user
- cancelPendingRequest(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Cancel Friendship by user
- checkFriendStateWithAttendees(String) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
get friendship table Friendship
- checkFriendStateWithAttendeesByEvent(Event, String) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
check state of friendship FriendshipState between User and users in Event
- checkFriendStateWithAttendeesByEvent(Event) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
- checkFriendStateWithOwnerByEvent(int, String) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Check friendshipState of two given User
- checkOwnerEventFriendByLoggedUser(int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Check if owner's Event is common friend's logged User
- checkOwnerEventFriendByUser(int, User) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Check if owner's Event is common friend's User
- count(String) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Counts how many Events currently exist in the database.
- countAll() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Counts how many Events currently exist in the database.
- countAttendingEvents() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Retrieves a number of Events that authenticated
User is joined.
- countEventsOwnedBy(User) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Returns the number of Event created by the given User
- countEventsOwnedByCurrentUser() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Returns the number of Event created by the current User
- countFriendsByEvent(Event) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
count friends Friendship User in Event
- countUnreadNotifications() - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Count the unread UserNotifications by the current User.
- createEvent(Event) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Creates a new Event in the database, setting its creator as the
current identified User.
- get(int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
- get(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Retrieves the
User associated with the received login name,
returned as an
Optional value that will be empty if the user is
not found.
- getAttendees(Event) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Returns a int with the number of User attendants of the
Event.
- getAttendeesLogin(Event) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
- getAttendingEvents(int, int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Return a
List of
Events that authenticated
User is joined.
- getAttendingEventsOrderLocation(String, int, int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Return a
List of
Events that authenticated
User is joined ordered by location.
- getByEmail(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Retrieves the
User associated with the received email, returned
as an
Optional value that will be empty if the user is not found.
- getCapitals() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Gets all the Capital in the database.
- getCurrentUser() - Method in class es.uvigo.esei.dgss.letta.service.UserAuthorizationEJB
-
Retrieves the current identified User from the database.
- getEvent(int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Deprecated.
- getEventCategories() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Returns a List result with the different categories an event can
have.
- getEventOwnerFriend(Event) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
count friends Friendship User in Event
- getEventsOwnedBy(User) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Get events created by a specific user.
- getEventsOwnedByCurrentUser() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
- getEventsOwnedByCurrentUser(int, int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Get the Event created by the active User.
- getEventStates() - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
Returns a List result with the different states an event can
have.
- getFriend(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Get the friend User by the current User.
- getFriend() - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Get the friend User by the current User.
- getFriendRequestBeSentByUserList() - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Get all friend' requests be sent Friendship
- getFriendshipState(String) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Get the friend User by the current User.
- getMessage() - Method in exception es.uvigo.esei.dgss.letta.service.util.exceptions.IllegalEventOwnerException
-
- getNotification(int) - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Find a UserNotifications in the database.
- getNotifications() - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Get all the UserNotifications by the current User.
- getUsers() - Method in class es.uvigo.esei.dgss.letta.service.UserEJB
-
Gets all the User in the database.
- getWithAttendees(int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
- getWithAttendeesFriendsByLoggedUser(int) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
get all attended User by common friends' logged User
- getWithAttendeesFriendsByUser(int, User) - Method in class es.uvigo.esei.dgss.letta.service.EventEJB
-
get all attended User by common friends' User