hoplugins.teamAnalyzer.ht
Class HattrickManager

java.lang.Object
  extended byhoplugins.teamAnalyzer.ht.HattrickManager

public class HattrickManager
extends java.lang.Object

Hattrick Download Helper class

Author:
Massimiliano Amato

Constructor Summary
HattrickManager()
           
 
Method Summary
static void downloadMatches(int teamId)
          Method that download from Hattrick the available matches for the team
static void downloadPlayers(int teamId)
          Method that download from Hattrick the current players for the team
static java.lang.String downloadTeam(int teamId)
          Method that download from Hattrick the team name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HattrickManager

public HattrickManager()
Method Detail

downloadMatches

public static void downloadMatches(int teamId)
Method that download from Hattrick the available matches for the team

Parameters:
teamId - teamid to download matches for

downloadPlayers

public static void downloadPlayers(int teamId)
Method that download from Hattrick the current players for the team

Parameters:
teamId - teamid to download players for

downloadTeam

public static java.lang.String downloadTeam(int teamId)
                                     throws java.lang.Exception
Method that download from Hattrick the team name

Parameters:
teamId - Tteamid to download name for
Returns:
Team Name
Throws:
java.lang.Exception - if error occurs


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