| Package | Description |
|---|---|
| ligaaas.teamc.converter | |
| ligaaas.teamc.domain |
| Modifier and Type | Method and Description |
|---|---|
static PlayerDTO |
PlayerConverter.toPlayerDTO(Player player)
|
| Modifier and Type | Method and Description |
|---|---|
static List<PlayerDTO> |
PlayerConverter.toPlayerDTO(List<Player> listPlayer)
|
| Modifier and Type | Method and Description |
|---|---|
Player |
User.getUserPlayer()
Returns the player
Player. |
| Modifier and Type | Method and Description |
|---|---|
List<Player> |
Team.getTeamPlayers()
Returns the team
Players. |
List<Player> |
User.getUserPlayers()
Returns the user managed
Players. |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setUserPlayer(Player userPlayer)
Sets the player of the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setTeamPlayers(List<Player> teamPlayers)
Sets the
Players of the team. |
void |
User.setUserPlayers(List<Player> userPlayers)
Sets the players managed of the user.
|
Copyright © 2018. All rights reserved.