| Package | Description |
|---|---|
| ligaaas.teamc.domain |
| Modifier and Type | Method and Description |
|---|---|
User |
Competition.getCompetitionUser()
Returns the competition
User. |
User |
HeadQuarter.getHeadQuarterManagedByUser()
Returns the user
User manager. |
User |
Player.getPlayerManagedByUser()
Returns the user
User. |
User |
Player.getPlayerUser()
Returns the managed players
Users. |
User |
Team.getTeamUser()
Returns the team
User. |
| Modifier and Type | Method and Description |
|---|---|
void |
Competition.setCompetitionUser(User competitionUser)
Sets the competition
User. |
void |
HeadQuarter.setHeadQuarterManagedByUser(User headQuarterManagedByUser)
Sets the manager
User of the HeadQuarter. |
void |
Player.setPlayerManagedByUser(User playerManagedByUser)
Sets the manager user of the player.
|
void |
Player.setPlayerUser(User playerUser)
Sets the manager User of the player.
|
void |
Team.setTeamUser(User teamUser)
Sets the team
User. |
| Constructor and Description |
|---|
Competition(long competitionId,
String competitionName,
String competitionShortName,
String competitionDescription,
SportType competitionSportType,
CompetitionType competitionType,
Boolean competitionOpen,
int competitionMinTeams,
int competitionMaxTeams,
Boolean competitionPublic,
Boolean competitionDeleted,
HeadQuarter competitionHeadQuarter,
User competitionUser,
Contact competitionContact)
Creates a new instance of
Competition. |
Team(long teamId,
String teamName,
String teamShortName,
String teamDescription,
SportType teamSportType,
Boolean teamOpen,
int teamMinPlayers,
int teamMaxPlayers,
Boolean teamPublic,
Boolean teamDeleted,
HeadQuarter teamHeadQuarter,
Contact teamContact,
User teamUser)
Creates a new instance of
Team. |
Copyright © 2017. All rights reserved.