SuccessChanges

Summary

  1. Tsk58 Fixes in team views (details)
Commit 9ada47772be911df5468ba25236a33368b643c5e by mprodriguez4
Tsk58 Fixes in team views
Fixed the problem with the searches in this views. We were looking
directly at the lists instead of searching the database. For solved this
situation, added two functions in the TeamService for search user teams
by sport and for search user teams by name or description. Fixed the
structure for iterate list. We used foreach structure for iterate teams
lists in the view. Changed this structure for the ui:repeat structure.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamService.java (diff)
The file was modifiedjsf/src/main/webapp/private/team/teams.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/TeamManagedBean.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamServiceIntegrationTest.java (diff)