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

Packages that use MatchLineup
de.hattrickorganizer.database   
de.hattrickorganizer.gui.utils   
de.hattrickorganizer.logik.xml   
de.hattrickorganizer.net   
 

Uses of MatchLineup in de.hattrickorganizer.database
 

Methods in de.hattrickorganizer.database that return MatchLineup
 MatchLineup DBZugriff.getMatchLineup(int matchID)
          TODO Missing Method Documentation
 MatchLineup MatchLineupTable.getMatchLineup(int matchID)
          TODO Missing Method Documentation
 

Methods in de.hattrickorganizer.database with parameters of type MatchLineup
 void DBZugriff.storeMatchLineup(MatchLineup lineup)
          speichert ein Matchlineup
 void MatchLineupTable.storeMatchLineup(MatchLineup lineup)
          speichert ein Matchlineup
 

Uses of MatchLineup in de.hattrickorganizer.gui.utils
 

Methods in de.hattrickorganizer.gui.utils that return MatchLineup
protected  MatchLineup OnlineWorker.fetchLineup(int matchID, int teamID)
          TODO Missing Method Documentation
 

Uses of MatchLineup in de.hattrickorganizer.logik.xml
 

Methods in de.hattrickorganizer.logik.xml that return MatchLineup
protected  MatchLineup XMLMatchLineupParser.createLineup(org.w3c.dom.Document doc)
          erstellt das MAtchlineup Objekt
 MatchLineup XMLMatchLineupParser.parseMatchLineup(java.io.File datei)
          TODO Missing Method Documentation
 MatchLineup XMLMatchLineupParser.parseMatchLineup(java.lang.String dateiname)
           
 MatchLineup XMLMatchLineupParser.parseMatchLineupFromString(java.lang.String inputStream)
          TODO Missing Method Documentation
 

Uses of MatchLineup in de.hattrickorganizer.net
 

Fields in de.hattrickorganizer.net declared as MatchLineup
protected  MatchLineup ConvertXml2Hrf.m_clLineUp
          TODO Missing Parameter Documentation