SuccessChanges

Summary

  1. task50 Show visible teams for all users throught REST (details)
Commit a49b9a141167bfeb252d71be190a3b2ee2913e8a by aldominguez
task50 Show visible teams for all users throught REST
Added new service function to search for all visible teams in the system
and the test Modify TeamDataset in order to code the service test Added
new resource and test for TeamResource to list the visible teams Added
test in TeamServiceIntegrationTest.
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/TeamResource.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamServiceIntegrationTest.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/TeamResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/TeamDataset.java (diff)