SuccessChanges

Summary

  1. tsk70 Create and delete player profile (details)
Commit bd7df66ccc0acc001379bec3ee4028353f5bd467 by anrodriquez
tsk70 Create and delete player profile
Adds a function to add a player profile to a user, as long as, they
don't already have a player profile. A function is also added to
eliminate a player profile and a player profile search depending on a
given user.
The constructor for the test is corrected since the parameters that were
sent were not collected. It has also been necessary to modify the
deployments of some test since a new service is injected and these test
also require the dependency.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/CompetitionServiceIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/playersAfterCreate.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/PlayerDataset.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/PlayerServiceIntegrationTest.java (diff)
The file was addedtests/src/main/resources/datasets/players-profile.xml (diff)
The file was modifiedtests/src/main/resources/datasets/players.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Player.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamServiceIntegrationTest.java (diff)