Class HBCISynchronizeJobKontoauszugPdf
java.lang.Object
de.willuhn.jameica.hbci.synchronize.jobs.AbstractSynchronizeJob
de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJobKontoauszugPdf
de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeJobKontoauszugPdf
- All Implemented Interfaces:
HBCISynchronizeJob,SynchronizeJob
public class HBCISynchronizeJobKontoauszugPdf
extends SynchronizeJobKontoauszugPdf
implements HBCISynchronizeJob
Ein Synchronize-Job fuer das Abrufen der Kontoauszuege im PDF-Format.
-
Field Summary
Fields inherited from class de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJobKontoauszugPdf
CTX_FORCEFields inherited from interface de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJob
CTX_ENTITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionErzeugt einen oder mehrere HBCI-Jobs basierend auf dem SynchronizeJob.getName()Liefert einen sprechenden Namen fuer den Job.Methods inherited from class de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJobKontoauszugPdf
isRecurringMethods inherited from class de.willuhn.jameica.hbci.synchronize.jobs.AbstractSynchronizeJob
configure, getContext, getKonto, setContext, setKontoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJob
configure, getContext, getKonto, isRecurring, setContext, setKonto
-
Constructor Details
-
HBCISynchronizeJobKontoauszugPdf
public HBCISynchronizeJobKontoauszugPdf()
-
-
Method Details
-
createHBCIJobs
public AbstractHBCIJob[] createHBCIJobs() throws RemoteException, de.willuhn.util.ApplicationExceptionDescription copied from interface:HBCISynchronizeJobErzeugt einen oder mehrere HBCI-Jobs basierend auf dem SynchronizeJob.- Specified by:
createHBCIJobsin interfaceHBCISynchronizeJob- Returns:
- der/die erzeugten HBCI-Jobs.
- Throws:
RemoteExceptionde.willuhn.util.ApplicationException
-
getName
Description copied from interface:SynchronizeJobLiefert einen sprechenden Namen fuer den Job.- Specified by:
getNamein interfaceSynchronizeJob- Overrides:
getNamein classAbstractSynchronizeJob- Returns:
- sprechender Name.
- Throws:
de.willuhn.util.ApplicationException
-