|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.vew.syskal.syskal.systemkalendereintrag.TestSyskalOnline2
public class TestSyskalOnline2
Kommentar
Field Summary | |
---|---|
private static de.bsvrz.sys.funclib.debug.Debug |
_debug
DebugLogger für Debug-Ausgaben |
private static java.text.SimpleDateFormat |
_sdf
Das Format der Ergebnisausgabe |
private java.lang.String |
_strKonfigObjekt
Konfigurationsibjekt, hier das Systemalenderobjekt |
Constructor Summary | |
---|---|
TestSyskalOnline2()
Konstruktor. |
Method Summary | |
---|---|
private static void |
erstelleAbfrageUndAusgabeErgebnisTyp1(de.bsvrz.vew.syskal.syskal.systemkalendereintrag.SystemkalenderEintrag ske,
java.util.Date von,
java.util.Date bis)
Erstellt eine Abfrage der manuellen Zeitbereiche durch Benutzung der vom Systemkalender bereitgestellten Methode SystemkalenderEintrag.berecheneZustandsWechselVonBis(Long, Long) Diese Methode liefert das Ergebnis in der Form: SortedMap mit dem Wertepaar <Long , Boolean > |
private static void |
erstelleAbfrageUndAusgabeErgebnisTyp2(de.bsvrz.vew.syskal.syskal.systemkalendereintrag.SystemkalenderEintrag ske,
java.util.Date von,
java.util.Date bis)
Erstellt eine Abfrage der manuellen Zeitbereiche durch Benutzung der vom Systemkalender bereitgestellten Methode SystemkalenderEintrag.berecheneIntervallVonBis(Long, Long) Diese Methode liefert das Ergebnis in der Form: SortedMap mit dem Wertepaar <Long , Long > |
private static void |
erstelleAbfrageUndAusgabeErgebnisTyp3(de.bsvrz.vew.syskal.syskal.systemkalendereintrag.SystemkalenderEintrag ske,
int jahr)
Erstellt eine Abfrage der Zeitbereiche für das Jahr des Anfangszeitpunktes durch Benutzung der vom Systemkalender bereitgestellten Methode SystemkalenderEintrag.berechneZustandsWechsel(int) Diese Methode liefert das Ergebnis in der Form: SortedMap mit dem Wertepaar <Long , Boolean > |
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
Überschriebene Methode von StandardApplication, die die Initialisierung durchführt. |
static void |
main(java.lang.String[] arguments)
Programmeinstieg. |
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Überschriebene Methode von StandardApplication, die die speziellen Startparameter auswertet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static de.bsvrz.sys.funclib.debug.Debug _debug
private java.lang.String _strKonfigObjekt
private static java.text.SimpleDateFormat _sdf
Constructor Detail |
---|
public TestSyskalOnline2()
Method Detail |
---|
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws java.lang.Exception
parseArguments
in interface de.bsvrz.sys.funclib.application.StandardApplication
argumentList
- siehe sys.funclib.application.StandardApplication#parseArguments (sys.funclib.ArgumentList)
java.lang.Exception
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws java.lang.Exception
initialize
in interface de.bsvrz.sys.funclib.application.StandardApplication
connection
- siehe sys.funclib.application.StandardApplication#initialize(stauma .dav.clientside.ClientDavInterface)
java.lang.Exception
public static void main(java.lang.String[] arguments)
arguments
- Kommandozeilenargumenteprivate static void erstelleAbfrageUndAusgabeErgebnisTyp1(de.bsvrz.vew.syskal.syskal.systemkalendereintrag.SystemkalenderEintrag ske, java.util.Date von, java.util.Date bis)
SystemkalenderEintrag.berecheneZustandsWechselVonBis(Long, Long)
SortedMap
mit dem Wertepaar <Long
, Boolean
>
ske
- der Systemkalendereintragvon
- Anfangsdatumbis
- Enddatumprivate static void erstelleAbfrageUndAusgabeErgebnisTyp2(de.bsvrz.vew.syskal.syskal.systemkalendereintrag.SystemkalenderEintrag ske, java.util.Date von, java.util.Date bis)
SystemkalenderEintrag.berecheneIntervallVonBis(Long, Long)
SortedMap
mit dem Wertepaar <Long
, Long
>
ske
- der Systemkalendereintragvon
- Anfangsdatumbis
- Enddatumprivate static void erstelleAbfrageUndAusgabeErgebnisTyp3(de.bsvrz.vew.syskal.syskal.systemkalendereintrag.SystemkalenderEintrag ske, int jahr)
SystemkalenderEintrag.berechneZustandsWechsel(int)
SortedMap
mit dem Wertepaar <Long
, Boolean
>
ske
- der Systemkalendereintragvon
- Anfangsdatumbis
- Enddatum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |