SuccessChanges

Summary

  1. tsk47 Fixes in PlayerService and UserService (details)
Commit 15f1991bcc15b17637389b75b0e6860db590aa3c by mrdiez
tsk47 Fixes in PlayerService and UserService
In PlayerService, the function that returns the player by id has been
modified, adding to the player the list of favouriteSports
andfavouriteTeams to be able to access them. In UserService, added a
function that returns a user with the list of players managed by that
user.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/UsersDataset.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/UserServiceIntegrationTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/UserService.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerService.java (diff)