public final class HbciFactory extends Object
| Constructor and Description |
|---|
HbciFactory() |
| Modifier and Type | Method and Description |
|---|---|
static BankAccountBalance |
createBalance(org.kapott.hbci.GV_Result.GVRSaldoReq gvSaldoReq) |
static List<Booking> |
createBookings(org.kapott.hbci.GV_Result.GVRKUms gvrkUms) |
static List<StandingOrder> |
createStandingOrders(org.kapott.hbci.GV_Result.GVRDauerList gvrDauerList) |
static List<String> |
splitEqually(String text,
int size) |
static BankAccount |
toBankAccount(org.kapott.hbci.structures.Konto konto) |
public static BankAccountBalance createBalance(org.kapott.hbci.GV_Result.GVRSaldoReq gvSaldoReq)
public static List<StandingOrder> createStandingOrders(org.kapott.hbci.GV_Result.GVRDauerList gvrDauerList)
public static List<Booking> createBookings(org.kapott.hbci.GV_Result.GVRKUms gvrkUms)
public static BankAccount toBankAccount(org.kapott.hbci.structures.Konto konto)
Copyright © 2017. All rights reserved.