hoplugins.teamAnalyzer.manager
Class PlayerDataManager

java.lang.Object
  extended byhoplugins.teamAnalyzer.manager.PlayerDataManager

public class PlayerDataManager
extends java.lang.Object

TODO Missing Class Documentation

Author:
TODO Author Name

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

AVAILABLE

public static final int AVAILABLE
TODO Missing Parameter Documentation

See Also:
Constant Field Values

INJURED

public static final int INJURED
TODO Missing Parameter Documentation

See Also:
Constant Field Values

SUSPENDED

public static final int SUSPENDED
TODO Missing Parameter Documentation

See Also:
Constant Field Values

SOLD

public static final int SOLD
TODO Missing Parameter Documentation

See Also:
Constant Field Values
Constructor Detail

PlayerDataManager

public PlayerDataManager()
Method Detail

getLatestPlayerInfo

public static PlayerInfo getLatestPlayerInfo(int playerId)
TODO Missing Method Documentation

Parameters:
playerId - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getPlayerInfo

public static PlayerInfo getPlayerInfo(int id,
                                       int week,
                                       int season)
TODO Missing Method Documentation

Parameters:
id - TODO Missing Method Parameter Documentation
week - TODO Missing Method Parameter Documentation
season - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getPlayerInfo

public static PlayerInfo getPlayerInfo(int id)
TODO Missing Method Documentation

Parameters:
id - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getPreviousPlayerInfo

public static PlayerInfo getPreviousPlayerInfo(int playerId)
TODO Missing Method Documentation

Parameters:
playerId - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

update

public static void update(java.util.List players)
TODO Missing Method Documentation

Parameters:
players - TODO Missing Method Parameter Documentation


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.