Uses of Class
org.kapott.hbci.status.HBCIDialogStatus
-
Packages that use HBCIDialogStatus Package Description org.kapott.hbci.manager org.kapott.hbci.status -
-
Uses of HBCIDialogStatus in org.kapott.hbci.manager
Methods in org.kapott.hbci.manager that return HBCIDialogStatus Modifier and Type Method Description HBCIDialogStatus
HBCIHandler. refreshXPD(int selectX)
Abholen der BPD bzw. -
Uses of HBCIDialogStatus in org.kapott.hbci.status
Methods in org.kapott.hbci.status that return HBCIDialogStatus Modifier and Type Method Description HBCIDialogStatus
HBCIExecStatus. getDialogStatus(java.lang.String customerid)
HBCIDialogStatus
für den Dialog einer bestimmten Kunden-ID zurückgeben.Methods in org.kapott.hbci.status that return types with arguments of type HBCIDialogStatus Modifier and Type Method Description java.util.List<HBCIDialogStatus>
HBCIExecStatus. getDialogStatusList()
Deprecated.sinnlosMethods in org.kapott.hbci.status with parameters of type HBCIDialogStatus Modifier and Type Method Description void
HBCIExecStatus. addDialogStatus(java.lang.String customerid, HBCIDialogStatus status)
Wird von der HBCI4Java-Dialog-Engine aufgerufen
-