Package | Description |
---|---|
org.kapott.hbci.manager |
Package, welches diverse Klassen für den Zugriff auf die Funktionen
von HBCI4Java enthält.
|
org.kapott.hbci.status |
Dieses Paket enthält Klassen, die Status-Informationen zu einzelnen Aufträgen,
Nachrichten oder Dialogen bereitstellen.
|
Modifier and Type | Method and Description |
---|---|
HBCIDialogStatus |
HBCIHandler.refreshXPD(int selectX)
Abholen der BPD bzw.
|
Modifier and Type | Method and Description |
---|---|
HBCIDialogStatus |
HBCIExecStatus.getDialogStatus(java.lang.String customerid)
HBCIDialogStatus für den Dialog einer bestimmten Kunden-ID zurückgeben. |
Modifier and Type | Method and Description |
---|---|
java.util.List<HBCIDialogStatus> |
HBCIExecStatus.getDialogStatusList()
Deprecated.
sinnlos
|
Modifier and Type | Method and Description |
---|---|
void |
HBCIExecStatus.addDialogStatus(java.lang.String customerid,
HBCIDialogStatus status)
Wird von der HBCI4Java-Dialog-Engine aufgerufen
|