|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.dao.PlayerDataDAO
DB Access Manager for Player Data
Constructor Summary | |
PlayerDataDAO()
Creates a new TeamPlayerDAO object. |
Method Summary | |
void |
addPlayer(PlayerInfo info)
Add a player to a team |
PlayerInfo |
getPlayerInfo(int playerId)
Returns the specialEvent code for a player |
PlayerInfo |
getPlayerInfo(int playerId,
int week,
int season)
Returns the specialEvent code for a player |
PlayerInfo |
getPreviousPlayeInfo(int id)
TODO Missing Method Documentation |
void |
updatePlayer(PlayerInfo info)
TODO Missing Method Documentation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PlayerDataDAO()
Method Detail |
public PlayerInfo getPlayerInfo(int playerId, int week, int season)
playerId
- the playerIdweek
- TODO Missing Constructuor Parameter Documentationseason
- TODO Missing Constructuor Parameter Documentation
public PlayerInfo getPlayerInfo(int playerId)
playerId
- the playerId
public PlayerInfo getPreviousPlayeInfo(int id)
id
- TODO Missing Method Parameter Documentation
public void addPlayer(PlayerInfo info)
info
- public void updatePlayer(PlayerInfo info)
info
- TODO Missing Method Parameter Documentation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |