|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerInfo | |
hoplugins.teamAnalyzer.dao | |
hoplugins.teamAnalyzer.manager | |
hoplugins.teamAnalyzer.ui |
Uses of PlayerInfo in hoplugins.teamAnalyzer.dao |
Methods in hoplugins.teamAnalyzer.dao that return PlayerInfo | |
PlayerInfo |
PlayerDataDAO.getPlayerInfo(int playerId,
int week,
int season)
Returns the specialEvent code for a player |
PlayerInfo |
PlayerDataDAO.getPlayerInfo(int playerId)
Returns the specialEvent code for a player |
PlayerInfo |
PlayerDataDAO.getPreviousPlayeInfo(int id)
TODO Missing Method Documentation |
Methods in hoplugins.teamAnalyzer.dao with parameters of type PlayerInfo | |
void |
PlayerDataDAO.addPlayer(PlayerInfo info)
Add a player to a team |
void |
PlayerDataDAO.updatePlayer(PlayerInfo info)
TODO Missing Method Documentation |
Uses of PlayerInfo in hoplugins.teamAnalyzer.manager |
Methods in hoplugins.teamAnalyzer.manager that return PlayerInfo | |
static PlayerInfo |
PlayerDataManager.getLatestPlayerInfo(int playerId)
TODO Missing Method Documentation |
static PlayerInfo |
PlayerDataManager.getPlayerInfo(int id,
int week,
int season)
TODO Missing Method Documentation |
static PlayerInfo |
PlayerDataManager.getPlayerInfo(int id)
TODO Missing Method Documentation |
static PlayerInfo |
PlayerDataManager.getPreviousPlayerInfo(int playerId)
TODO Missing Method Documentation |
Uses of PlayerInfo in hoplugins.teamAnalyzer.ui |
Methods in hoplugins.teamAnalyzer.ui that return PlayerInfo | |
PlayerInfo |
RosterPanel.getPrevious(int playerId)
TODO Missing Method Documentation |
Methods in hoplugins.teamAnalyzer.ui with parameters of type PlayerInfo | |
void |
PlayerInfoPanel.setValue(PlayerInfo oldPlayer)
TODO Missing Method Documentation |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |