SuccessChanges

Summary

  1. tsk48 Get public competitions through REST (details)
Commit aa7fbce017c5a856166bdc742e857a10808e856f by mrdiez
tsk48 Get public competitions through REST
Adds the competition resource to obtain its data. Adds in GenericTypes
the necessary function to obtain the generated lists. Adds in
ResourceResourceIntegrationTestSuites the file with competition's test.
Adds in CompetitionService the necessary functions to search the public
competitions lists. Adds in IsEqualToCompetition a necessary function to
compare lists in the tests.
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/CompetitionDTO.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/ResourceIntegrationTestSuite.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/CompetitionServiceIntegrationTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/CompetitionService.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/CompetitionResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/GenericTypes.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/IsEqualToCompetition.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/CompetitionResourceRestTest.java (diff)