- DatabaseProtocoller - Class in de.bsvrz.ars.export.prot
-
Protokollierungsmodul für Datenbankexporte
- DatabaseProtocoller() - Constructor for class de.bsvrz.ars.export.prot.DatabaseProtocoller
-
- DatabaseProtocoller.SqlProtocoller - Class in de.bsvrz.ars.export.prot
-
- DataExport - Class in de.bsvrz.ars.export
-
Die Haupt-Klasse mit Mainmethode für den Daten Export.
- DataExport(String[], String) - Constructor for class de.bsvrz.ars.export.DataExport
-
Erzeugt eine Instanz des Datenexports.
- DataSelectionDialog - Class in de.bsvrz.ars.export.gui
-
Dialog zur Datenauswahl.
- DataSelectionDialog(ExportFrame) - Constructor for class de.bsvrz.ars.export.gui.DataSelectionDialog
-
Erstellt ein neues Datenauswahl-Fenster.
- Dataspecification - Class in de.bsvrz.ars.export
-
Jede Instanz dieser Klasse repräsentiert genau eine Datenspezifikation (so, wie sie im Export
benötigt wird) plus Name.
- Dataspecification(Collection, DataDescription, String) - Constructor for class de.bsvrz.ars.export.Dataspecification
-
Datenspezifikatoin: Datenidentifikation (Atg, Asp, SimVar), plus optionaler Name, plus Liste
von Objekten
- DataspecificationList - Class in de.bsvrz.ars.export
-
Eine Liste von Datenspezifikationen.
- DataspecificationList() - Constructor for class de.bsvrz.ars.export.DataspecificationList
-
Erzeugt eine neue DataspecificationList-Instanz, die keine Daten enthält
- DataspecificationList(List<Dataspecification>) - Constructor for class de.bsvrz.ars.export.DataspecificationList
-
Erzeugt eine neue DataspecificationList-Instanz, die die übergebenen Datenspezifikationen
enthält
- dateFormat - Static variable in class de.bsvrz.ars.export.ExportProfile
-
Datumsformatierer
- datePattern - Static variable in class de.bsvrz.ars.export.ExportProfile
-
Das Pattern für Datenangaben als String
- de.bsvrz.ars.export - package de.bsvrz.ars.export
-
Enthält die Klassen für den Datenexport
- de.bsvrz.ars.export.exceptions - package de.bsvrz.ars.export.exceptions
-
Ausnahmen, die beim Datenexport auftreten können
- de.bsvrz.ars.export.gui - package de.bsvrz.ars.export.gui
-
Enthält die Klasen für die graphische Oberfläche des Datenexports
- de.bsvrz.ars.export.interfaces - package de.bsvrz.ars.export.interfaces
-
Enthält Interfaces für den Datenexport
- de.bsvrz.ars.export.prot - package de.bsvrz.ars.export.prot
-
Enthält die Protokollierungsmodule für den Datenexport
- done() - Method in class de.bsvrz.ars.export.gui.ExportProgress
-
- done() - Method in interface de.bsvrz.ars.export.interfaces.ProgressListener
-
signalisiert, dass der Progress fertig ist
- getAllObjects() - Method in class de.bsvrz.ars.export.ExportProfile
-
Liefert die Liste aller Objekte des DatenModels zurück (für die Auswahl)
- getAsp() - Method in class de.bsvrz.ars.export.Dataspecification
-
Liefert den Askept dieser Datenspezifikation zurück
- getAtg() - Method in class de.bsvrz.ars.export.Dataspecification
-
Liefert die Attributgruppe dieser Datenspezifikation zurück
- getBooleanFalse() - Method in class de.bsvrz.ars.export.prot.SqlProperties
-
Liefert den String, der für False steht
- getBooleanTrue() - Method in class de.bsvrz.ars.export.prot.SqlProperties
-
Liefert den String, der für True steht
- getDataDescription() - Method in class de.bsvrz.ars.export.Dataspecification
-
Liefert die Daten-Beschreibung dieser Datenspezifikation zurück
- getDataspecification(int) - Method in class de.bsvrz.ars.export.gui.ExportFrame
-
Liefert die Datenspezifikation
- getDataSpecificationList() - Method in class de.bsvrz.ars.export.ExportProfile
-
Die DatenspezifikationsListe (vom User ausgewählte Objekt, mit Namen)
- getDavConnection() - Method in class de.bsvrz.ars.export.ExportProfile
-
liefert das Verbindungsobjekt zurück
- getElementAt(int) - Method in class de.bsvrz.ars.export.DataspecificationList
-
Element mit Index index zurückliefern, oder null, wenn es an unter diesem index kein Element
gibt
- getExportProfile() - Method in class de.bsvrz.ars.export.gui.ExportFrame
-
Liefert das verwendete ExportProfile zurück.
- getFormat() - Method in class de.bsvrz.ars.export.ExportProfile
-
Liefert das Format als Enum (@link Format) zurück
- getFrom() - Method in class de.bsvrz.ars.export.ExportProfile
-
Liefert den Anfangszeitpunkt als long-Wert
- getFromAsString() - Method in class de.bsvrz.ars.export.ExportProfile
-
Liefert den Anfangszeitpunkt in textueller Form zum Darstellen für den User.
- getHelp() - Method in class de.bsvrz.ars.export.prot.DatabaseProtocoller
-
- getHelp() - Method in class de.bsvrz.ars.export.prot.FlatProtocoller
-
- getModus() - Method in class de.bsvrz.ars.export.ExportProfile
-
Gibt an, ob der Export im GUI oder CMD Modus gestartet wurde
- getName() - Method in class de.bsvrz.ars.export.Dataspecification
-
Liefert den Namen dieser Datenspezifikation
- getOutputFile() - Method in class de.bsvrz.ars.export.ExportProfile
-
Liefert ein File-Objekt für die Output-Datei
- getSimVar() - Method in class de.bsvrz.ars.export.Dataspecification
-
Liefert die Simulationsvariante dieser Datenspezifikation zurück
- getSize() - Method in class de.bsvrz.ars.export.DataspecificationList
-
Größe der Liste
- getSqlProperties() - Method in class de.bsvrz.ars.export.ExportProfile
-
- getSystemObjects() - Method in class de.bsvrz.ars.export.Dataspecification
-
Liefert die Liste der Objekte zurück
- getUntil() - Method in class de.bsvrz.ars.export.ExportProfile
-
Liefert den Endzeitpunkt als long-Wert
- getUntilAsString() - Method in class de.bsvrz.ars.export.ExportProfile
-
Liefert den Endzeitpunkt in textueller Form zum Darstellen für den User.
- saveToFile(File) - Method in class de.bsvrz.ars.export.DataspecificationList
-
TODO
- setDavConnection(ClientDavInterface) - Method in class de.bsvrz.ars.export.ExportProfile
-
Gibt dem ExportProfil ein Objekt, über das auf den Datenverteiler zugegriffen werden kann
- setFormat(ExportProfile.Format) - Method in class de.bsvrz.ars.export.ExportProfile
-
Setzt das Format (XML bzw.
- setFormat(String) - Method in class de.bsvrz.ars.export.ExportProfile
-
Setzt das Format (XML bzw.
- setFormat(String) - Method in class de.bsvrz.ars.export.gui.ExportProgress
-
- setFormat(String) - Method in interface de.bsvrz.ars.export.interfaces.ProgressListener
-
Der String s wird im Progressfenster neben dem Label "Format" angezeigt.
- setFrom(long) - Method in class de.bsvrz.ars.export.ExportProfile
-
Setzt die Anfangszeit
- setFrom(String) - Method in class de.bsvrz.ars.export.ExportProfile
-
Setzt die Anfangszeit
- setModus(ExportProfile.Modus) - Method in class de.bsvrz.ars.export.ExportProfile
-
Setz den Modus (CUI/CMD)
- setOutputFile(File) - Method in class de.bsvrz.ars.export.ExportProfile
-
Setzt die Ausgabedatei
- setOutputFile(String) - Method in class de.bsvrz.ars.export.ExportProfile
-
Setzt die Ausgabedatei
- setProgressListener(ProgressListener) - Method in class de.bsvrz.ars.export.ExportManager
-
Setzt/Ändern den Fortschritts Listener
- setProgressListener(ProgressListener) - Method in class de.bsvrz.ars.export.prot.ProtocollerAdapter
-
Nachträgliches Setzen eines Objektes, das sich für den Fortschritt interessiert
- setSqlProperties(SqlProperties) - Method in class de.bsvrz.ars.export.ExportProfile
-
SQL-Properties, wenn nicht der Default genommen werden soll
- setUntil(long) - Method in class de.bsvrz.ars.export.ExportProfile
-
Setzt den Endzeitpunkt
- setUntil(String) - Method in class de.bsvrz.ars.export.ExportProfile
-
Setzt den Endzeitpunkt
- SINGLETON_INSTANCE - Static variable in class de.bsvrz.ars.export.ExportProfile
-
Singleton Instanz
- SQL_CMMNT - Static variable in class de.bsvrz.ars.export.prot.DatabaseProtocoller.SqlProtocoller
-
SQL Kommentarzeichen + ein Leerzeichen
- SQL_MODULE - Static variable in class de.bsvrz.ars.export.prot.ProtocollerAdapter
-
- SQL_SEPARATOR - Static variable in class de.bsvrz.ars.export.prot.DatabaseProtocoller.SqlProtocoller
-
SQL Trennlinie (ohne newline)
- SqlProperties - Class in de.bsvrz.ars.export.prot
-
Diese Klasse liest die Propertiesdatei für de AttributTabelle ein und stellt
Java Methoden zur Verfügung, um auf diese zuzugreifen.
- SqlProperties() - Constructor for class de.bsvrz.ars.export.prot.SqlProperties
-
Erzeugt ein SqlProperties Objekt, das SQL92 konform ist
- SqlProperties(File) - Constructor for class de.bsvrz.ars.export.prot.SqlProperties
-
Erzeugt ein SqlProperties Objekt, das mit den in der Datei angegebenen
Typen und Werten arbeitet.
- SqlProtocoller() - Constructor for class de.bsvrz.ars.export.prot.DatabaseProtocoller.SqlProtocoller
-