Interface ITeamHandler
- All Known Implementing Classes:
DatabaseHandler
,RestHandler
public interface ITeamHandler
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet all the players sorted by team codeGet all the team scores sorted by team codeGet all the team names sorted by team codevoid
Set all the team scores
-
Method Details
-
getPlayersByTeam
Get all the players sorted by team code -
getTeamNamesByTeam
Get all the team names sorted by team code -
getScores
Get all the team scores sorted by team code -
setScores
Set all the team scores
-