public class Converter
extends java.lang.Object
Constructor | Description |
---|---|
Converter() |
Modifier and Type | Method | Description |
---|---|---|
static org.kapott.hbci.structures.Konto |
Address2HBCIKonto(Address adresse) |
Konvertiert einen Hibiscus-Adresse in ein HBCI4Java Konto.
|
static SepaDauerauftrag |
HBCIDauer2HibiscusSepaDauerauftrag(org.kapott.hbci.GV_Result.GVRDauerList.Dauer d) |
Konvertiert eine Zeile aus der Liste der abgerufenen SEPA-Dauerauftraege.
|
static HibiscusAddress |
HBCIKonto2Address(org.kapott.hbci.structures.Konto konto) |
Konvertiert ein HBCI4Java Konto in eine Hibiscus-Adresse.
|
static Konto |
HBCIKonto2HibiscusKonto(org.kapott.hbci.structures.Konto konto) |
Konvertiert ein HBCI4Java-Konto in ein Hibiscus Konto.
|
static Konto |
HBCIKonto2HibiscusKonto(org.kapott.hbci.structures.Konto konto,
java.lang.Class passportClass) |
Konvertiert ein HBCI4Java-Konto in ein Hibiscus Konto.
|
static Kontoauszug |
HBCIKontoauszug2HibiscusKontoauszug(Konto kt,
org.kapott.hbci.GV_Result.GVRKontoauszug.GVRKontoauszugEntry k) |
Konvertiert einen abgerufenen Kontoauszug von HBCI4Java in das Format von Hibiscus.
|
static Umsatz |
HBCIUmsatz2HibiscusUmsatz(org.kapott.hbci.GV_Result.GVRKUms.UmsLine u) |
Konvertiert einen einzelnen Umsatz von HBCI4Java nach Hibiscus.
|
static org.kapott.hbci.structures.Konto |
HibiscusKonto2HBCIKonto(Konto konto) |
Konvertiert ein Hibiscus-Konto in ein HBCI4Java Konto.
|
static org.kapott.hbci.swift.DTAUS |
HibiscusSammelLastschrift2DTAUS(SammelLastschrift sl) |
Konvertiert eine Sammel-Lastschrift in DTAUS-Format.
|
static org.kapott.hbci.swift.DTAUS |
HibiscusSammelUeberweisung2DTAUS(SammelUeberweisung su) |
Konvertiert eine Sammel-Ueberweisung in DTAUS-Format.
|
public static Umsatz HBCIUmsatz2HibiscusUmsatz(org.kapott.hbci.GV_Result.GVRKUms.UmsLine u) throws java.rmi.RemoteException
umsatz.setKonto(Konto)
aufzurufen,
damit das Objekt in der Datenbank gespeichert werden kann.u
- der zu convertierende Umsatz.java.rmi.RemoteException
public static SepaDauerauftrag HBCIDauer2HibiscusSepaDauerauftrag(org.kapott.hbci.GV_Result.GVRDauerList.Dauer d) throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
d
- der SEPA-Dauerauftrag aus HBCI4Java.java.rmi.RemoteException
de.willuhn.util.ApplicationException
public static Kontoauszug HBCIKontoauszug2HibiscusKontoauszug(Konto kt, org.kapott.hbci.GV_Result.GVRKontoauszug.GVRKontoauszugEntry k) throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
kt
- das Konto, uber das die Kontoauszuege abgerufen wurden.k
- der Kontoauszug von HBCI4Java.java.rmi.RemoteException
de.willuhn.util.ApplicationException
public static org.kapott.hbci.structures.Konto HibiscusKonto2HBCIKonto(Konto konto) throws java.rmi.RemoteException
konto
- unser Konto.java.rmi.RemoteException
public static Konto HBCIKonto2HibiscusKonto(org.kapott.hbci.structures.Konto konto, java.lang.Class passportClass) throws java.rmi.RemoteException
konto
- das HBCI4Java Konto.passportClass
- optionale Angabe einer Passport-Klasse. Ist er angegeben wird, nur dann ein existierendes Konto
verwendet, wenn neben Kontonummer und BLZ auch die Klasse des Passport uebereinstimmt.java.rmi.RemoteException
public static Konto HBCIKonto2HibiscusKonto(org.kapott.hbci.structures.Konto konto) throws java.rmi.RemoteException
konto
- das HBCI4Java Konto.java.rmi.RemoteException
public static org.kapott.hbci.structures.Konto Address2HBCIKonto(Address adresse) throws java.rmi.RemoteException
adresse
- unsere Adresse.java.rmi.RemoteException
public static HibiscusAddress HBCIKonto2Address(org.kapott.hbci.structures.Konto konto) throws java.rmi.RemoteException
konto
- das HBCI-Konto.java.rmi.RemoteException
public static org.kapott.hbci.swift.DTAUS HibiscusSammelUeberweisung2DTAUS(SammelUeberweisung su) throws java.rmi.RemoteException
su
- Sammel-Ueberweisung.java.rmi.RemoteException
public static org.kapott.hbci.swift.DTAUS HibiscusSammelLastschrift2DTAUS(SammelLastschrift sl) throws java.rmi.RemoteException
sl
- Sammel-Lastschrift.java.rmi.RemoteException