| Package | Description |
|---|---|
| ligaaas.teamc.converter | |
| ligaaas.teamc.domain |
| Modifier and Type | Method and Description |
|---|---|
static CompetitionDTO |
CompetitionConverter.toCompetitionDTO(Competition competition)
Converts a
Competition into a CompetitionDTO to be used over REST API |
| Modifier and Type | Method and Description |
|---|---|
static List<CompetitionDTO> |
CompetitionConverter.toCompetitionDTO(List<Competition> competitionList)
Converts a List of
Competition into a list of CompetitionDTO to be used over REST API |
| Modifier and Type | Method and Description |
|---|---|
Competition |
Round.getRoundCompetition()
Returns the
Competition of the round. |
| Modifier and Type | Method and Description |
|---|---|
List<Competition> |
Team.getTeamCompetitions()
Returns the team
Competitions. |
| Modifier and Type | Method and Description |
|---|---|
void |
Round.setRoundCompetition(Competition roundCompetition)
Sets the
Competition of the round. |
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setTeamCompetitions(List<Competition> teamCompetitions)
Sets the
Competitions of the team. |
| Constructor and Description |
|---|
Round(long roundId,
int roundNumber,
Date roundDate,
EventState roundState,
String roundDescription,
List<String> roundComments,
HeadQuarter roundHeadQuarter,
Competition roundCompetition)
Creates a new instance of
Round. |
Copyright © 2018. All rights reserved.