de.hattrickorganizer.net
Class ConvertXml2Hrf

java.lang.Object
  extended by de.hattrickorganizer.net.ConvertXml2Hrf

public class ConvertXml2Hrf
extends java.lang.Object

DOCUMENT ME!

Author:
thomas.werth

Field Summary
protected  MatchKurzInfo[] m_aMatches
          TODO Missing Parameter Documentation
protected  MatchLineup m_clLineUp
          TODO Missing Parameter Documentation
protected  MatchLineupTeam m_clTeam
          TODO Missing Parameter Documentation
protected  java.util.Hashtable m_htArena
          TODO Missing Parameter Documentation
protected  java.util.Hashtable m_htClub
          TODO Missing Parameter Documentation
protected  java.util.Hashtable m_htEconomy
          TODO Missing Parameter Documentation
protected  java.util.Hashtable m_htLiga
          TODO Missing Parameter Documentation
protected  java.util.Hashtable m_htNextLineup
          TODO Missing Parameter Documentation
protected  java.util.Hashtable m_htTeamdeatils
          TODO Missing Parameter Documentation
protected  java.util.Hashtable m_htTraining
          TODO Missing Parameter Documentation
protected  java.util.Hashtable m_htWorld
          TODO Missing Parameter Documentation
protected  java.lang.StringBuffer m_sHRFBuffer
          enthält die HRF-Textdatei
protected  java.util.Vector m_vSpieler
          TODO Missing Parameter Documentation
 
Constructor Summary
ConvertXml2Hrf()
          Creates a new instance of ConvertXml2Hrf
 
Method Summary
protected  void createArena()
          Erstellt die Arena Daten
protected  void createBasics()
          Erstellt die Basics Daten
protected  void createClub()
          Erstellt die Club Daten
protected  void createEconemy()
          Erstellt die Econemy Daten
 java.lang.String createHrf(LoginWaitDialog waitDialog)
          erzeugt ein HRF und liefert den String zurück
protected  void createLastLineUp()
          TODO Missing Method Documentation
protected  void createLeague()
          Erstellt die Liga Daten
protected  void createLineUp()
          Erstellt die LineUp Daten
protected  void createPlayers()
          Erstellt die Player Daten
protected  void createTeam()
          Erstellt die Team Daten
protected  void createWorld()
          Erstellt die World Daten
protected  void writeHRF(java.lang.String dateiname)
          schreibt die HRF datei
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_htArena

protected java.util.Hashtable m_htArena
TODO Missing Parameter Documentation


m_htClub

protected java.util.Hashtable m_htClub
TODO Missing Parameter Documentation


m_htEconomy

protected java.util.Hashtable m_htEconomy
TODO Missing Parameter Documentation


m_htLiga

protected java.util.Hashtable m_htLiga
TODO Missing Parameter Documentation


m_htNextLineup

protected java.util.Hashtable m_htNextLineup
TODO Missing Parameter Documentation


m_htTeamdeatils

protected java.util.Hashtable m_htTeamdeatils
TODO Missing Parameter Documentation


m_htTraining

protected java.util.Hashtable m_htTraining
TODO Missing Parameter Documentation


m_htWorld

protected java.util.Hashtable m_htWorld
TODO Missing Parameter Documentation


m_clLineUp

protected MatchLineup m_clLineUp
TODO Missing Parameter Documentation


m_clTeam

protected MatchLineupTeam m_clTeam
TODO Missing Parameter Documentation


m_sHRFBuffer

protected java.lang.StringBuffer m_sHRFBuffer
enthält die HRF-Textdatei


m_vSpieler

protected java.util.Vector m_vSpieler
TODO Missing Parameter Documentation


m_aMatches

protected MatchKurzInfo[] m_aMatches
TODO Missing Parameter Documentation

Constructor Detail

ConvertXml2Hrf

public ConvertXml2Hrf()
Creates a new instance of ConvertXml2Hrf

Method Detail

createHrf

public final java.lang.String createHrf(LoginWaitDialog waitDialog)
                                 throws java.lang.Exception
erzeugt ein HRF und liefert den String zurück

Parameters:
waitDialog - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation
Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

createArena

protected final void createArena()
                          throws java.lang.Exception
Erstellt die Arena Daten

Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

createBasics

protected final void createBasics()
                           throws java.lang.Exception
Erstellt die Basics Daten

Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

createClub

protected final void createClub()
                         throws java.lang.Exception
Erstellt die Club Daten

Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

createEconemy

protected final void createEconemy()
                            throws java.lang.Exception
Erstellt die Econemy Daten

Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

createLastLineUp

protected final void createLastLineUp()
TODO Missing Method Documentation


createLeague

protected final void createLeague()
                           throws java.lang.Exception
Erstellt die Liga Daten

Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

createLineUp

protected final void createLineUp()
                           throws java.lang.Exception
Erstellt die LineUp Daten

Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

createPlayers

protected final void createPlayers()
                            throws java.lang.Exception
Erstellt die Player Daten

Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

createTeam

protected final void createTeam()
                         throws java.lang.Exception
Erstellt die Team Daten

Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

createWorld

protected final void createWorld()
                          throws java.lang.Exception
Erstellt die World Daten

Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

writeHRF

protected final void writeHRF(java.lang.String dateiname)
schreibt die HRF datei

Parameters:
dateiname - TODO Missing Constructuor Parameter Documentation