|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecthoplugins.teamAnalyzer.manager.PlayerDataManager
TODO Missing Class Documentation
| Field Summary | |
static int |
AVAILABLE
TODO Missing Parameter Documentation |
static int |
INJURED
TODO Missing Parameter Documentation |
static int |
SOLD
TODO Missing Parameter Documentation |
static int |
SUSPENDED
TODO Missing Parameter Documentation |
| Constructor Summary | |
PlayerDataManager()
|
|
| Method Summary | |
static PlayerInfo |
getLatestPlayerInfo(int playerId)
TODO Missing Method Documentation |
static PlayerInfo |
getPlayerInfo(int id)
TODO Missing Method Documentation |
static PlayerInfo |
getPlayerInfo(int id,
int week,
int season)
TODO Missing Method Documentation |
static PlayerInfo |
getPreviousPlayerInfo(int playerId)
TODO Missing Method Documentation |
static void |
update(java.util.List players)
TODO Missing Method Documentation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int AVAILABLE
public static final int INJURED
public static final int SUSPENDED
public static final int SOLD
| Constructor Detail |
public PlayerDataManager()
| Method Detail |
public static PlayerInfo getLatestPlayerInfo(int playerId)
playerId - TODO Missing Method Parameter Documentation
public static PlayerInfo getPlayerInfo(int id,
int week,
int season)
id - TODO Missing Method Parameter Documentationweek - TODO Missing Method Parameter Documentationseason - TODO Missing Method Parameter Documentation
public static PlayerInfo getPlayerInfo(int id)
id - TODO Missing Method Parameter Documentation
public static PlayerInfo getPreviousPlayerInfo(int playerId)
playerId - TODO Missing Method Parameter Documentation
public static void update(java.util.List players)
players - TODO Missing Method Parameter Documentation
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||