Interface TransactionsPage

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions​(java.util.Date lastTransactionDate)
      Returns all transactions on current page till the given date
    • Method Detail

      • getTransactions

        java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions​(java.util.Date lastTransactionDate)
                                                                    throws WebSiteException
        Returns all transactions on current page till the given date
        Parameters:
        Date - lastTransactionDate the of the last transactions to give back
        Throws:
        WebSiteException