SuccessChanges

Summary

  1. tsk74 Edit headquarters (details)
Commit 973c15eb62e81e303d6677f225fe11973b35f22b by mrdiez
tsk74 Edit headquarters
Adds the edit view for headquarters and the edit option in the
headquarters list. The headquarters key is the name, for this reason, in
HeadquartersService, adds a function that checks if the new headquarters
name is in the database. Adds another function that removes a
headquarters from the database, to be able to store the edited
headquarters with the new data.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/HeadquartersServiceIntegrationTest.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/HeadquartersManagedBean.java (diff)
The file was addedjsf/src/main/webapp/private/headquarters/edit.xhtml (diff)
The file was modifiedjsf/src/main/webapp/private/headquarters/headquarters.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/HeadquartersService.java (diff)