SuccessChanges

Summary

  1. Tsk26 Adds funcionalities to the CompetitionService class (details)
Commit 6e9990e0ee1991d1d8c5e16859561d3d41a09a5a by mprodriguez4
Tsk26 Adds funcionalities to the CompetitionService class
Added the funcionalities to create/update/remove Competitions for the
class CompetitionService. Added the XML files for testing. Added methods
to the CompetitionsDataset for testing. Added the
cleanupCompetitionTests file to remove the data before testing. Fixed
the class Competition to extend the class Removed.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/CompetitionServiceIntegrationTest.java (diff)
The file was addedtests/src/main/resources/datasets/competition-create.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/CompetitionsDataset.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java (diff)
The file was addedtests/src/main/resources/datasets/competitions-delete.xml (diff)
The file was modifiedtests/src/main/resources/datasets/competitions.xml (diff)
The file was addedtests/src/main/resources/datasets/competitions-update.xml (diff)
The file was addedtests/src/main/resources/scripts/cleanupCompetitionTests.sql (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/CompetitionService.java (diff)