Class HBCIKontoauszugJob


  • public class HBCIKontoauszugJob
    extends AbstractHBCIJob
    Job fuer den Abruf der Kontoauszuege im PDF-Format.
    • Constructor Detail

      • HBCIKontoauszugJob

        public HBCIKontoauszugJob​(Konto konto)
                           throws de.willuhn.util.ApplicationException,
                                  java.rmi.RemoteException
        ct.
        Parameters:
        konto - Konto, fuer das die Kontoauszuege abgerufen werden sollen.
        Throws:
        de.willuhn.util.ApplicationException
        java.rmi.RemoteException
    • Method Detail

      • getName

        public java.lang.String getName()
                                 throws java.rmi.RemoteException
        Description copied from class: AbstractHBCIJob
        Liefert einen sprechenden Namen fuer diesen Job.
        Specified by:
        getName in class AbstractHBCIJob
        Returns:
        sprechender Name.
        Throws:
        java.rmi.RemoteException
        See Also:
        AbstractHBCIJob.getName()
      • markExecuted

        protected void markExecuted()
                             throws java.rmi.RemoteException,
                                    de.willuhn.util.ApplicationException
        Description copied from class: AbstractHBCIJob
        Markiert den Auftrag als erledigt.
        Specified by:
        markExecuted in class AbstractHBCIJob
        Throws:
        java.rmi.RemoteException
        de.willuhn.util.ApplicationException
        See Also:
        AbstractHBCIJob.markExecuted()
      • getFollowerJobs

        public java.util.List<AbstractHBCIJob> getFollowerJobs()
                                                        throws java.rmi.RemoteException,
                                                               de.willuhn.util.ApplicationException
        Description copied from class: AbstractHBCIJob
        Liefert ein oder mehrere Nachfolge-Jobs, die ausgefuehrt werden sollen, nachdem dieser ausgefuehrt wurde.
        Overrides:
        getFollowerJobs in class AbstractHBCIJob
        Returns:
        ein oder mehrere Nachfolge-Jobs, die ausgefuehrt werden sollen, nachdem dieser ausgefuehrt wurde.
        Throws:
        java.rmi.RemoteException
        de.willuhn.util.ApplicationException
        See Also:
        AbstractHBCIJob.getFollowerJobs()
      • markFailed

        protected java.lang.String markFailed​(java.lang.String error)
                                       throws java.rmi.RemoteException,
                                              de.willuhn.util.ApplicationException
        Description copied from class: AbstractHBCIJob
        Markiert den Auftrag als fehlerhaft.
        Specified by:
        markFailed in class AbstractHBCIJob
        Parameters:
        error - der Fehlertext aus der HBCI-Nachricht.
        Returns:
        der Fehlertext, wie er weitergeworfen werden soll. Hier kann der Implementierer noch weitere Informationen zum Job hinzufuegen.
        Throws:
        java.rmi.RemoteException
        de.willuhn.util.ApplicationException
        See Also:
        AbstractHBCIJob.markFailed(java.lang.String)