SuccessChanges

Summary

  1. tsk8 Adds the action to remove a user (details)
Commit d2c0eff3d7877be163be4e38608cca2d2c7181f7 by anrodriquez
tsk8 Adds the action to remove a user
Adds an @MappedSupperClass to indicate the logical deletion of the
objects of the entities that need it. Adds the role attribute for the
user entity with its get and set. Contructors initialize this variable
to "USER". Adds the delete action in the service layer. Adds test to
verify that the user is eliminated correctly. Adds an XML for user
tests.
Adds the role and the check of elimination of the user in the team XML
so that the test work correctly.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserService.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Removed.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/UsersDataset.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java (diff)
The file was addedtests/src/main/resources/datasets/users.xml (diff)
The file was modifiedtests/src/main/resources/datasets/teams.xml (diff)