xml.series
Class Xml_SeriesManager
java.lang.Object
xml.Xml_Core_ops_
xml.series.Xml_SeriesManager
public class Xml_SeriesManager
- extends Xml_Core_ops_
XML-Backend zur Serienverwaltung
- Author:
- Thorsten Berger
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static Xml_SeriesManager getInstance()
- gibt das singleton zurueck.
- Returns:
reload
public static void reload()
addNewSeries
public void addNewSeries(Series s)
throws Xml_setException
- Throws:
Xml_setException
getMaxID
public int getMaxID()
SeriesAvailable
public boolean SeriesAvailable(int id)
getSeries
public Series getSeries(int id)
throws Xml_getException
- Throws:
Xml_getException
changeSeries
public void changeSeries(Series s)
throws Xml_setException
- Throws:
Xml_setException
getType
public java.lang.String getType(int seriesID)
getPointsOfAllSeries
public float getPointsOfAllSeries()
getAllSeries
public Series[] getAllSeries()
throws Xml_getException
- Gibt alle Serien zurueck.
- Returns:
- Array of PendingPwd
- Throws:
Xml_getException
getExtraTime
public long getExtraTime()
setExtraTime
public void setExtraTime(long et)
isSeriesCurrentlyActive
public boolean isSeriesCurrentlyActive(int id)
throws Xml_getException
- Throws:
Xml_getException