Uses of Interface
plugins.IMatchDetails

Packages that use IMatchDetails
de.hattrickorganizer.logik.exporter   
de.hattrickorganizer.model   
de.hattrickorganizer.model.matches   
plugins   
 

Uses of IMatchDetails in de.hattrickorganizer.logik.exporter
 

Methods in de.hattrickorganizer.logik.exporter that return IMatchDetails
 IMatchDetails ExportMatchData.getDetails()
           
 

Methods in de.hattrickorganizer.logik.exporter with parameters of type IMatchDetails
 void ExportMatchData.setDetails(IMatchDetails details)
           
 

Uses of IMatchDetails in de.hattrickorganizer.model
 

Methods in de.hattrickorganizer.model that return IMatchDetails
 IMatchDetails HOMiniModel.getMatchDetails(int matchId)
          Gibt die MatchDetails zu einem Match zurück
 

Uses of IMatchDetails in de.hattrickorganizer.model.matches
 

Classes in de.hattrickorganizer.model.matches that implement IMatchDetails
 class Matchdetails
          DOCUMENT ME!
 

Uses of IMatchDetails in plugins
 

Methods in plugins that return IMatchDetails
 IMatchDetails IExportMatchData.getDetails()
           
 IMatchDetails IHOMiniModel.getMatchDetails(int matchId)
          Gibt die MatchDetails zu einem Match zurück
 

Methods in plugins with parameters of type IMatchDetails
 void IExportMatchData.setDetails(IMatchDetails details)