| Package | Description |
|---|---|
| ligaaas.teamc.converter | |
| ligaaas.teamc.domain |
| Modifier and Type | Method and Description |
|---|---|
static TeamDTO |
TeamConverter.toTeamDTO(Team team)
|
| Modifier and Type | Method and Description |
|---|---|
static List<TeamDTO> |
TeamConverter.toTeamDTO(List<Team> listTeam)
|
| Modifier and Type | Method and Description |
|---|---|
Team |
Match.getMatchHomeTeam()
|
Team |
Match.getMatchVisitingTeam()
|
| Modifier and Type | Method and Description |
|---|---|
List<Team> |
Competition.getCompetitionTeams()
Returns the competition
Teams. |
List<Team> |
Player.getPlayerTeams()
Returns the player
Teams. |
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setMatchHomeTeam(Team matchHomeTeam)
|
void |
Match.setMatchVisitingTeam(Team matchVisitingTeam)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Competition.setCompetitionTeams(List<Team> competitionTeams)
Sets the teams of the competition.
|
void |
Player.setPlayerTeams(List<Team> playerTeams)
Sets the
Teams of the player. |
| Constructor and Description |
|---|
Match(long matchId,
Team matchHomeTeam,
Team matchVisitingTeam,
Date matchDate,
HeadQuarter matchPlace,
EventState matchState,
int matchDuration,
int matchLocalPoints,
int matchVisitingPoints,
String matchDescription,
List<String> matchComments,
Round matchRound)
Instantiates a new
Match |
Copyright © 2017. All rights reserved.