SuccessChanges

Summary

  1. tsk17 Adds functionalities to the team service (details)
Commit b963e26a741437f69ce7b752e5de27cc79889304 by daouterelo
tsk17 Adds functionalities to the team service
Adds findByNameDescription method that allows to find a team by name and
description. Adds findByAdmin method that allows to get a list of teams
managed by a given user. Adds findBySport method that allows to get a
list of teams of agiven sport. Adds create method to create a new team
in the database. Adds update method to update a team in the database.
Adds delete method to logical delete a team in the database. Updates the
TeamDataset class. Updates the XML datasets for testing. Adds a SQL
script for testing.
The file was addedtests/src/main/resources/datasets/teamsAfterUpdate.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/TeamDataset.java (diff)
The file was addedtests/src/main/resources/scripts/cleanupTeamTests.sql (diff)
The file was modifiedtests/src/main/resources/datasets/teams.xml (diff)
The file was addedtests/src/main/resources/datasets/teamsAfterCreate.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/TeamServiceIntegrationTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/TeamService.java (diff)
The file was addedtests/src/main/resources/datasets/teamsAfterDelete.xml (diff)