Events currently exist in the database.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.User associated with the received email, returned
as an Optional value that will be empty if the user is not found.Events that authenticated User
is joined.User from the database.List of Events, sorted by
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.User into a Event.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 © 2015. All rights reserved.