FriendshipUser into a Event.User into a Event.Friendship by userEvent is common friend's logged UserEvent is common friend's UserEvents currently exist in the database.Events currently exist in the database.Events that authenticated
User is joined.Event created by the given UserEvent created by the current UserUserNotifications by the current User.Event in the database, setting its creator as the
current identified User.FriendshipUser associated with the received login name,
returned as an Optional value that will be empty if the user is
not found.int with the number of User attendants of the
Event.User associated with the received email, returned
as an Optional value that will be empty if the user is not found.Capital in the database.User from the database.List result with the different categories an event can
have.EventEJB.getEventsOwnedByCurrentUser(int, int)
instead, that calls to
EventEJB.getEventsOwnedBy(User, int, int)Event created by the active User.List result with the different states an event can
have.User by the current User.FriendshipUser by the current User.UserNotifications in the database.UserNotifications by the current User.User in the database.User by common friends' logged UserUser by common friends' UserList of Events, sorted by
descending creation date (which means that newer events will be first on
the list).List of Events, sorted by
ascending date (which means that older events will be first on the list).List of Events, sorted by
nearest locations and ascending date (which means that older events will
be first on the list).List of Events with all the
currently highlighted events, sorted by a magician.Event if the currently identified user is
the owner.Event.Friendship from databaseUser in the database.User by full nameFriendship in the database.Principal.UserEJB.get(String) instead, as it
already checks the failure case where the User is not
found, by returning it as an Optional value.Copyright © 2017. All rights reserved.