Uses of Class
de.hattrickorganizer.model.matches.Matchdetails

Packages that use Matchdetails
de.hattrickorganizer.database   
de.hattrickorganizer.gui.model   
de.hattrickorganizer.gui.utils   
de.hattrickorganizer.logik.xml   
 

Uses of Matchdetails in de.hattrickorganizer.database
 

Methods in de.hattrickorganizer.database that return Matchdetails
 Matchdetails DBZugriff.getMatchDetails(int matchId)
          Gibt die MatchDetails zu einem Match zurück
 Matchdetails MatchDetailsTable.getMatchDetails(int matchId)
          Gibt die MatchDetails zu einem Match zurück
 

Methods in de.hattrickorganizer.database with parameters of type Matchdetails
 void DBZugriff.storeMatchDetails(Matchdetails details)
          speichert die MatchDetails
 void MatchDetailsTable.storeMatchDetails(Matchdetails details)
          speichert die MatchDetails
protected  void DBZugriff.storeMatchHighlights(Matchdetails details)
          Speichert die Highlights zu einem Spiel
 void MatchHighlightsTable.storeMatchHighlights(Matchdetails details)
          Speichert die Highlights zu einem Spiel
 

Uses of Matchdetails in de.hattrickorganizer.gui.model
 

Methods in de.hattrickorganizer.gui.model that return Matchdetails
 Matchdetails SpielerMatchCBItem.getMatchdetails()
          Getter for property m_clMatchdetails.
 

Methods in de.hattrickorganizer.gui.model with parameters of type Matchdetails
 void SpielerMatchCBItem.setMatchdetails(Matchdetails m_clMatchdetails)
          Setter for property m_clMatchdetails.
 

Constructors in de.hattrickorganizer.gui.model with parameters of type Matchdetails
SpielerMatchCBItem(Spieler spieler, int matchid, float rating, int positionsid, java.lang.String matchdate, java.lang.String heimteam, int heimid, java.lang.String gastteam, int gastid, int matchtyp, Matchdetails matchdetails, java.lang.String selbstvertrauen, java.lang.String stimmung)
          Creates a new SpielerMatchCBItem object.
 

Uses of Matchdetails in de.hattrickorganizer.gui.utils
 

Methods in de.hattrickorganizer.gui.utils that return Matchdetails
protected  Matchdetails OnlineWorker.fetchDetails(int matchID, LoginWaitDialog waitDialog)
          TODO Missing Method Documentation
 

Uses of Matchdetails in de.hattrickorganizer.logik.xml
 

Methods in de.hattrickorganizer.logik.xml that return Matchdetails
protected  Matchdetails xmlMatchdetailsParser.createMatchdetails(org.w3c.dom.Document doc)
           
 Matchdetails xmlMatchdetailsParser.parseMachtdetailsFromString(java.lang.String input)
          TODO Missing Method Documentation
 Matchdetails xmlMatchdetailsParser.parseMatchdetails(java.io.File datei)
          TODO Missing Method Documentation
 Matchdetails xmlMatchdetailsParser.parseMatchdetails(java.lang.String dateiname)
           
 

Methods in de.hattrickorganizer.logik.xml with parameters of type Matchdetails
protected  void xmlMatchdetailsParser.readArena(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
protected  void xmlMatchdetailsParser.readCards(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
protected  void xmlMatchdetailsParser.readGeneral(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
protected  void xmlMatchdetailsParser.readGoals(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
protected  void xmlMatchdetailsParser.readGuestTeam(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
protected  void xmlMatchdetailsParser.readHomeTeam(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation