SuccessChanges

Summary

  1. task50 Added method to search and filter all the teams by Sport (details)
Commit 8a9df0a9e47d5516e1ab95574f63d3b180d12303 by aldominguez
task50 Added method to search and filter all the teams by Sport
Added new function in order to filter all the teams by a given Sport
with tests. Change the permissions to the services functions in order to
give access to all. Added new teams in team dataset in order to code
tests.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/TeamResourceRestTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamService.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/TeamDataset.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/TeamResource.java (diff)