SuccessChanges

Summary

  1. Tsk51 Get the competitions managed by the logged user using REST (details)
Commit 9e67307cda7f61680cc704e3cd95050de9239e77 by mprodriguez4
Tsk51 Get the competitions managed by the logged user using REST
Added the class that represents the private resource for competitions in
REST. In addition the competition dataset has been modified to add the
necessary methods for testing in REST.
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/CompetitionPrivateResourceRestTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/ResourceIntegrationTestSuite.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/CompetitionPrivateResource.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/CompetitionsDataset.java (diff)