public abstract class Teacherlist
extends java.lang.Object
Array with length for, with content of new String[]{Kürzel, Nachname,
Vorname, Sprechstunde}
Constructor and Description |
---|
Teacherlist()
|
Modifier and Type | Method and Description |
---|---|
static org.jsoup.nodes.Document
|
getDoc()
|
static java.lang.String[] |
getTeacher(java.lang.String search)
|
static java.lang.String[][] |
getTeachers(java.lang.String search)
|
static boolean |
isAOL(java.lang.String query)
|
static boolean |
isDownloaded()
|
static java.lang.String[][] |
liste()
|
static boolean |
reloadDoc()
reloads the docs from sharedPreferences
|
static void |
saveDoc()
Saves the docs to sharedPreferences, for
offline use
|
static void |
setDoc(org.jsoup.nodes.Document doc)
|
public static java.lang.String[][] liste()
new String[]{Kürzel, Nachname, Vorname,
Sprechstunde}
public static java.lang.String[] getTeacher(java.lang.String search)
search
- a String, which is one of the four
parts of the list-Array
liste()
,
Parse.getTeacher(java.lang.String,
java.lang.String[][])
public static java.lang.String[][] getTeachers(java.lang.String search)
search
- a String, which is one of the four
parts of the list-Array
liste()
,
Parse.getTeachers(java.lang.String,
java.lang.String[][])
public static void setDoc(org.jsoup.nodes.Document doc)
doc
- sets the HTML-Doc (Jsoup) with the
raw-html-code
public static org.jsoup.nodes.Document getDoc()
public static boolean isDownloaded()
public static void saveDoc()
public static boolean reloadDoc()
saveDoc()
public static boolean isAOL(java.lang.String query)
query
- a String, which is one of the four
parts of the list-Array
liste()