SuccessChanges

Summary

  1. tsk52 Get the teams managed by a logged-in user through REST (details)
Commit 5a71c2dfe3fde6f53bcb4ead46a976bd1798f382 by daouterelo
tsk52 Get the teams managed by a logged-in user through REST
Adds the private team resource to obtain the logged-in user managed
teams. A team DTO is used to send and receive the data. A generic type
class was needed to cast the response of the rest method into a List of
teams.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/IsEqualToTeam.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/TeamPrivateResource.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/TeamDTO.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/TeamPrivateResourceRestTest.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/GenericTypes.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/ResourceIntegrationTestSuite.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/TeamDataset.java (diff)