Class HBCISynchronizeJobSepaSammelLastschrift
java.lang.Object
de.willuhn.jameica.hbci.synchronize.jobs.AbstractSynchronizeJob
de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJobSepaSammelLastschrift
de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeJobSepaSammelLastschrift
- All Implemented Interfaces:
HBCISynchronizeJob,SynchronizeJob
public class HBCISynchronizeJobSepaSammelLastschrift
extends SynchronizeJobSepaSammelLastschrift
implements HBCISynchronizeJob
Ein Synchronize-Job fuer das Ausfuehren einer faelligen SEPA-Sammellastschrift.
-
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.SynchronizeJobSepaSammelLastschrift
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
-
HBCISynchronizeJobSepaSammelLastschrift
public HBCISynchronizeJobSepaSammelLastschrift()
-
-
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
-