Uses of Interface
plugins.IMatchKurzInfo

Packages that use IMatchKurzInfo
de.hattrickorganizer.logik.exporter   
de.hattrickorganizer.model   
de.hattrickorganizer.model.matches   
de.hattrickorganizer.tools.extension   
plugins   
 

Uses of IMatchKurzInfo in de.hattrickorganizer.logik.exporter
 

Methods in de.hattrickorganizer.logik.exporter that return IMatchKurzInfo
 IMatchKurzInfo ExportMatchData.getInfo()
           
 

Methods in de.hattrickorganizer.logik.exporter with parameters of type IMatchKurzInfo
 void ExportMatchData.setInfo(IMatchKurzInfo info)
           
 

Uses of IMatchKurzInfo in de.hattrickorganizer.model
 

Methods in de.hattrickorganizer.model that return IMatchKurzInfo
 IMatchKurzInfo[] HOMiniModel.getMatchesKurzInfo(int teamId)
          holt die MAtches zu einem Team aus der DB
 IMatchKurzInfo[] HOMiniModel.getMatchesKurzInfo(int teamId, int matchtyp, boolean asc)
          Wichtig: Wenn die Teamid = -1 ist muss der Matchtyp ALLE_SPIELE sein!
 

Uses of IMatchKurzInfo in de.hattrickorganizer.model.matches
 

Classes in de.hattrickorganizer.model.matches that implement IMatchKurzInfo
 class MatchKurzInfo
          DOCUMENT ME!
 

Methods in de.hattrickorganizer.model.matches with parameters of type IMatchKurzInfo
 short MatchHelper.getLocation(IMatchKurzInfo match)
          Get the match location.
 

Uses of IMatchKurzInfo in de.hattrickorganizer.tools.extension
 

Methods in de.hattrickorganizer.tools.extension with parameters of type IMatchKurzInfo
static java.sql.Timestamp TeamCreator.getFirstUnplayed(IMatchKurzInfo[] matches)
           
 

Uses of IMatchKurzInfo in plugins
 

Methods in plugins that return IMatchKurzInfo
 IMatchKurzInfo IExportMatchData.getInfo()
           
 IMatchKurzInfo[] IHOMiniModel.getMatchesKurzInfo(int teamId)
          holt die MAtches zu einem Team aus der DB
 IMatchKurzInfo[] IHOMiniModel.getMatchesKurzInfo(int teamId, int matchtyp, boolean asc)
          Important: if teamid = -1 then matchtyp must be ISpielePanel.ALLE_SPIELE !
 

Methods in plugins with parameters of type IMatchKurzInfo
 short IMatchHelper.getLocation(IMatchKurzInfo match)
          Get the match location.
 void IExportMatchData.setInfo(IMatchKurzInfo info)