- get() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.CompetitionRest
-
Returns all competitions.
- get() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamResource
-
Returns all teams.
- getAbbreviatedTeamName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getByLocation(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.CompetitionRest
-
Return the competitions that belong to the provided location.
- getByLocation(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamResource
-
Return the teams that belong to the provided location.
- getByName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.CompetitionRest
-
Returns the competition identified by the name.
- getByName(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamResource
-
Returns the team identified by the name.
- getBySport(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.CompetitionRest
-
Return the competitions that belong to the provided sport.
- getBySport(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamResource
-
Return the teams that belong to the provided sport.
- getContactPersonEmail() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getContactPersonName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getDeleted() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getDescription() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getLocation() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getManager() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getNumMaxPlayers() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getNumMinPlayers() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getOwnedPlayers() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.PlayerRest
-
- getProvince() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getPublicPlayers() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.PlayerRest
-
Returns all public players
- getPublicPlayersByCity(String) - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.PlayerRest
-
Returns all players by city
- getSportName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getTeamName() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-
- getTeamVisibility() - Method in class es.uvigo.esei.dgss.teamd.ligaaas.rest.TeamDTO
-