Uses of Class
org.kapott.hbci.GV_Result.GVRKUms.UmsLine
-
Packages that use GVRKUms.UmsLine Package Description org.kapott.hbci.GV_Result In diesem Package sind Klassen enthalten, die die Ergebnisse von HBCI-Jobs aufnehmen und auswerten.org.kapott.hbci.GV.generators org.kapott.hbci.GV.parsers org.kapott.hbci.tools Dieses Package enthält diverse Tools zur Arbeit mit HBCI4Java. -
-
Uses of GVRKUms.UmsLine in org.kapott.hbci.GV_Result
Fields in org.kapott.hbci.GV_Result with type parameters of type GVRKUms.UmsLine Modifier and Type Field Description java.util.List<GVRKUms.UmsLine>GVRKUms.BTag. linesListe der einzelnen Buchungen dieses Tages (Instanzen vonGVRKUms.UmsLine)Methods in org.kapott.hbci.GV_Result that return types with arguments of type GVRKUms.UmsLine Modifier and Type Method Description java.util.List<GVRKUms.UmsLine>GVRKUms. getFlatData()Gibt alle Transaktionsdatensätze in einer "flachen" Struktur zurück.java.util.List<GVRKUms.UmsLine>GVRKUms. getFlatDataUnbooked()Gibt eine Liste aller vorgemerkten Umsätze zurückMethods in org.kapott.hbci.GV_Result with parameters of type GVRKUms.UmsLine Modifier and Type Method Description voidGVRKUms.BTag. addLine(GVRKUms.UmsLine line) -
Uses of GVRKUms.UmsLine in org.kapott.hbci.GV.generators
Methods in org.kapott.hbci.GV.generators with parameters of type GVRKUms.UmsLine Modifier and Type Method Description private ReportEntry9GenKUmsAllCamt05200107. createLine(GVRKUms.BTag tag, GVRKUms.UmsLine line)Erzeugt eine einzelne CAMT-Umsatzbuchung. -
Uses of GVRKUms.UmsLine in org.kapott.hbci.GV.parsers
Methods in org.kapott.hbci.GV.parsers that return GVRKUms.UmsLine Modifier and Type Method Description private GVRKUms.UmsLineParseCamt05200101. createLine(ReportEntry1 entry, java.math.BigDecimal currSaldo)Erzeugt eine einzelne Umsatzbuchung.private GVRKUms.UmsLineParseCamt05200102. createLine(ReportEntry2 entry, java.math.BigDecimal currSaldo)Erzeugt eine einzelne Umsatzbuchung.private GVRKUms.UmsLineParseCamt05200103. createLine(ReportEntry3 entry, java.math.BigDecimal currSaldo)Erzeugt eine einzelne Umsatzbuchung.private GVRKUms.UmsLineParseCamt05200104. createLine(ReportEntry4 entry, java.math.BigDecimal currSaldo)Erzeugt eine einzelne Umsatzbuchung.private GVRKUms.UmsLineParseCamt05200105. createLine(ReportEntry7 entry, java.math.BigDecimal currSaldo)Erzeugt eine einzelne Umsatzbuchung.private GVRKUms.UmsLineParseCamt05200106. createLine(ReportEntry8 entry, java.math.BigDecimal currSaldo)Erzeugt eine einzelne Umsatzbuchung.private GVRKUms.UmsLineParseCamt05200107. createLine(ReportEntry9 entry, java.math.BigDecimal currSaldo)Erzeugt eine einzelne Umsatzbuchung.private GVRKUms.UmsLineParseCamt05200108. createLine(ReportEntry10 entry, java.math.BigDecimal currSaldo)Erzeugt eine einzelne Umsatzbuchung.private GVRKUms.UmsLineParseCamt05200109. createLine(ReportEntry11 entry, java.math.BigDecimal currSaldo)Erzeugt eine einzelne Umsatzbuchung. -
Uses of GVRKUms.UmsLine in org.kapott.hbci.tools
Method parameters in org.kapott.hbci.tools with type arguments of type GVRKUms.UmsLine Modifier and Type Method Description voidTransactionsToXML. createTransactionElements(org.w3c.dom.Document doc, org.w3c.dom.Element troot, java.util.List<GVRKUms.UmsLine> transactions)org.w3c.dom.DocumentTransactionsToXML. createXMLDocument(java.util.List<GVRKUms.UmsLine> transactions, java.lang.String rawMT940)
-