| Method and Description |
|---|
| es.uvigo.esei.dgss.letta.service.EventEJB.getEvent(int) |
| es.uvigo.esei.dgss.letta.service.EventEJB.getEventsOwnedByCurrentUser()
Consider using
EventEJB.getEventsOwnedByCurrentUser(int, int)
instead, that calls to
EventEJB.getEventsOwnedBy(User, int, int) |
| es.uvigo.esei.dgss.letta.service.UserEJB.userWithLogin(String)
Consider using
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.