|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.gui.utils.OnlineWorker
public class OnlineWorker
DOCUMENT ME!
| Field Summary | |
|---|---|
protected static LoginWaitDialog |
waitDialog
wait Dialog |
| Constructor Summary | |
|---|---|
OnlineWorker()
Creates a new instance of OnlineWorker |
|
| Method Summary | |
|---|---|
protected void |
assureLogin()
|
protected Matchdetails |
fetchDetails(int matchID,
LoginWaitDialog waitDialog)
TODO Missing Method Documentation |
protected MatchLineup |
fetchLineup(int matchID,
int teamID)
TODO Missing Method Documentation |
void |
getAllLineups()
Holt für alle Kurzinfos die Lineups, wenn diese noch nicht vorhanden sind |
protected java.lang.String |
getDate()
generiert ein String Datum |
boolean |
getHrf()
saugt das HRF |
boolean |
getMatchArchiv(int teamId,
java.util.GregorianCalendar firstDate)
saugt das Archiv |
boolean |
getMatchDetails(int matchId)
DOCUMENT ME! |
boolean |
getMatches(int teamId,
boolean forceRefresh)
saugt den Spielplan |
boolean |
getMatchlineup(int matchId,
int teamId1,
int teamId2)
saugt das Matchlineup |
boolean |
getSpielplan(int season,
int ligaID)
saugt den Spielplan |
protected java.io.File |
saveFile(java.lang.String dateiname,
java.lang.String inhalt)
speichert in die Angegebene Datei den übergebenen Inhalt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static LoginWaitDialog waitDialog
| Constructor Detail |
|---|
public OnlineWorker()
| Method Detail |
|---|
public final boolean getHrf()
public final boolean getMatchArchiv(int teamId,
java.util.GregorianCalendar firstDate)
teamId - null falls unnötig sonst im Format 2004-02-01firstDate - null falls unnötig sonst im Format 2004-02-01
public final boolean getMatchDetails(int matchId)
matchId - Die ID des Matches
public final boolean getMatches(int teamId,
boolean forceRefresh)
teamId - angabe der Saison ( optinal < 1 für aktuelleforceRefresh - TODO Missing Constructuor Parameter Documentation
public final boolean getMatchlineup(int matchId,
int teamId1,
int teamId2)
matchId - Die ID des MatchesteamId1 - Erste Teamid (pflicht)teamId2 - Zweite Teamid (optional auch -1)
public final boolean getSpielplan(int season,
int ligaID)
season - angabe der Saison ( optinal < 1 für aktuelleligaID - TODO Missing Constructuor Parameter Documentation
protected final java.lang.String getDate()
protected final void assureLogin()
protected final Matchdetails fetchDetails(int matchID,
LoginWaitDialog waitDialog)
matchID - TODO Missing Method Parameter DocumentationwaitDialog - TODO Missing Method Parameter Documentation
protected final MatchLineup fetchLineup(int matchID,
int teamID)
matchID - TODO Missing Method Parameter DocumentationteamID - TODO Missing Method Parameter Documentation
protected final java.io.File saveFile(java.lang.String dateiname,
java.lang.String inhalt)
dateiname - TODO Missing Constructuor Parameter Documentationinhalt - TODO Missing Constructuor Parameter Documentation
public void getAllLineups()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||