Class HBCISynchronizeJobSepaUeberweisung
java.lang.Object
de.willuhn.jameica.hbci.synchronize.jobs.AbstractSynchronizeJob
de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJobSepaUeberweisung
de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeJobSepaUeberweisung
- All Implemented Interfaces:
HBCISynchronizeJob,SynchronizeJob
public class HBCISynchronizeJobSepaUeberweisung
extends SynchronizeJobSepaUeberweisung
implements HBCISynchronizeJob
Ein Synchronize-Job fuer das Ausfuehren einer faelligen AuslandsUeberweisung.
-
Field Summary
Fields inherited from class de.willuhn.jameica.hbci.synchronize.jobs.AbstractSynchronizeJob
i18nFields 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.Methods inherited from class de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJobSepaUeberweisung
isRecurringMethods inherited from class de.willuhn.jameica.hbci.synchronize.jobs.AbstractSynchronizeJob
configure, getContext, getKonto, getName, 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, getName, isRecurring, setContext, setKonto
-
Constructor Details
-
HBCISynchronizeJobSepaUeberweisung
public HBCISynchronizeJobSepaUeberweisung()
-
-
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
-