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

Packages that use MatchLineupTeam
de.hattrickorganizer.database   
de.hattrickorganizer.logik.xml   
de.hattrickorganizer.model.matches   
de.hattrickorganizer.net   
 

Uses of MatchLineupTeam in de.hattrickorganizer.database
 

Methods in de.hattrickorganizer.database that return MatchLineupTeam
protected  MatchLineupTeam MatchLineupTeamTable.getMatchLineupTeam(int matchID, int teamID)
          TODO Missing Method Documentation
protected  MatchLineupTeam DBZugriff.getMatchLineupTeam(int matchID, int teamID)
          TODO Missing Method Documentation
 

Methods in de.hattrickorganizer.database with parameters of type MatchLineupTeam
protected  void MatchLineupTeamTable.storeMatchLineupTeam(MatchLineupTeam team, int matchID)
          TODO Missing Method Documentation
protected  void DBZugriff.storeMatchLineupTeam(MatchLineupTeam team, int matchID)
          TODO Missing Method Documentation
 

Uses of MatchLineupTeam in de.hattrickorganizer.logik.xml
 

Methods in de.hattrickorganizer.logik.xml that return MatchLineupTeam
protected  MatchLineupTeam XMLMatchLineupParser.createTeam(org.w3c.dom.Element ele)
          erzeugt das Team aus dem xml
 

Uses of MatchLineupTeam in de.hattrickorganizer.model.matches
 

Methods in de.hattrickorganizer.model.matches with parameters of type MatchLineupTeam
 void MatchLineup.setGast(MatchLineupTeam m_clGast)
          Setter for property m_clGast.
 void MatchLineup.setHeim(MatchLineupTeam m_clHeim)
          Setter for property m_clHeim.
 

Uses of MatchLineupTeam in de.hattrickorganizer.net
 

Fields in de.hattrickorganizer.net declared as MatchLineupTeam
protected  MatchLineupTeam ConvertXml2Hrf.m_clTeam
          TODO Missing Parameter Documentation