de.hattrickorganizer.database
Class StatisticQuery

java.lang.Object
  extended by de.hattrickorganizer.database.StatisticQuery

public class StatisticQuery
extends java.lang.Object


Constructor Summary
StatisticQuery()
           
 
Method Summary
static ArenaStatistikTableModel getArenaStatistikModel(int matchtyp)
          Gibt die MatchDetails zu einem Match zurück
static double[][] getDurchschnittlicheSpielerDaten4Statistik(int anzahlHRF, java.lang.String gruppe)
          TODO Missing Method Documentation
static double[][] getFinanzen4Statistik(int anzahlHRF)
          TODO Missing Method Documentation
static double[][] getSpielerDaten4Statistik(int spielerId, int anzahlHRF)
          TODO Missing Method Documentation
static double[][] getSpielerFinanzDaten4Statistik(int spielerId, int anzahlHRF)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticQuery

public StatisticQuery()
Method Detail

getSpielerDaten4Statistik

public static double[][] getSpielerDaten4Statistik(int spielerId,
                                                   int anzahlHRF)
TODO Missing Method Documentation

Parameters:
spielerId - TODO Missing Method Parameter Documentation
anzahlHRF - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getArenaStatistikModel

public static ArenaStatistikTableModel getArenaStatistikModel(int matchtyp)
Gibt die MatchDetails zu einem Match zurück

Parameters:
matchtyp - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getDurchschnittlicheSpielerDaten4Statistik

public static double[][] getDurchschnittlicheSpielerDaten4Statistik(int anzahlHRF,
                                                                    java.lang.String gruppe)
TODO Missing Method Documentation

Parameters:
anzahlHRF - TODO Missing Method Parameter Documentation
gruppe - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getFinanzen4Statistik

public static double[][] getFinanzen4Statistik(int anzahlHRF)
TODO Missing Method Documentation

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

getSpielerFinanzDaten4Statistik

public static double[][] getSpielerFinanzDaten4Statistik(int spielerId,
                                                         int anzahlHRF)
TODO Missing Method Documentation

Parameters:
spielerId - TODO Missing Method Parameter Documentation
anzahlHRF - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation