User into a Event.User into a Event.Events 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.User 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.UserNotifications in the database.UserNotifications by the current User.User in the database.List 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.User 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 © 2016. All rights reserved.