SuccessChanges

Summary

  1. tsk8 Adds get and find functions in UserService (details)
Commit fa1632f78d815f7a89ff039068053c0b0723611b by mrdiez
tsk8 Adds get and find functions in UserService
The get and find function was added in the UserService class to complete
the ejb functionality. The login parameters, such as class id, and
password were added to the user class. Obviously, modifying all the
classes that refer to the user. The id parameter was added in the player
class, such as id, in order to allow several players with the same nick
in the system. Obviously, all the classes that refer to the player were
modified. The id parameter was added in the competition class, such as
id, in order to allow several competitions with the same name in the
system. Obviously, all classes that refer to competition are modified.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Team.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/competitions.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/IsEqualToUser.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/TeamDataset.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/UsersDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/competitions-update.xml (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/HeadquarterTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/teamsAfterDelete.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserService.java (diff)
The file was modifiedtests/src/main/resources/datasets/competition-create.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/CompetitionService.java (diff)
The file was modifiedtests/src/main/resources/datasets/teamsAfterUpdate.xml (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/CompetitionsDataset.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/competitions-delete.xml (diff)
The file was modifiedtests/src/main/resources/datasets/teams.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/CompetitionServiceIntegrationTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/TeamTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/teamsAfterCreate.xml (diff)