Uses of Interface
plugins.IPaarung

Packages that use IPaarung
de.hattrickorganizer.model.matchlist   
plugins   
 

Uses of IPaarung in de.hattrickorganizer.model.matchlist
 

Classes in de.hattrickorganizer.model.matchlist that implement IPaarung
 class Paarung
          DOCUMENT ME!
 

Methods in de.hattrickorganizer.model.matchlist that return IPaarung
 IPaarung[] Spielplan.getPaarungenByTeamId(int id)
          liefert die Spiele eines bestimmten Teams, sortiert nach Spieltagen
 

Methods in de.hattrickorganizer.model.matchlist with parameters of type IPaarung
protected  LigaTabellenEintrag Spielplan.berechneTabellenEintrag(IPaarung[] spiele, int teamId, java.lang.String name, int maxSpieltag)
          Erstellt einen TabellenEintrag aus den Spielen eines Vereins
 

Uses of IPaarung in plugins
 

Methods in plugins that return IPaarung
 IPaarung[] ISpielplan.getPaarungenByTeamId(int id)
          liefert die Spiele eines bestimmten Teams, sortiert nach Spieltagen