public class HBCISepaDauerauftragStoreJob extends AbstractHBCIJob
i18n
Constructor | Description |
---|---|
HBCISepaDauerauftragStoreJob(SepaDauerauftrag auftrag) |
ct.
|
Modifier and Type | Method | Description |
---|---|---|
protected HibiscusDBObject |
getContext() |
Liefert den zugehoerigen Auftrag von Hibiscus - insofern verfuegbar.
|
java.lang.String |
getIdentifier() |
HBCI4Java verwendet intern eindeutige Job-Namen.
|
java.lang.String |
getName() |
Liefert einen sprechenden Namen fuer diesen Job.
|
protected void |
markExecuted() |
Markiert den Auftrag als erledigt.
|
protected java.lang.String |
markFailed(java.lang.String error) |
Markiert den Auftrag als fehlerhaft.
|
void |
setJob(org.kapott.hbci.GV.HBCIJob job) |
Diese Funktion wird vom HBCISynchronizeBackend intern aufgerufen.
|
getFollowerJobs, getJobResult, handleResult, isExclusive, markCancelled, setExclusive, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParamUsage
public HBCISepaDauerauftragStoreJob(SepaDauerauftrag auftrag) throws de.willuhn.util.ApplicationException, java.rmi.RemoteException
auftrag
- Dauerauftrag, der bei der Bank gespeichert werden sollde.willuhn.util.ApplicationException
java.rmi.RemoteException
protected HibiscusDBObject getContext()
AbstractHBCIJob
getContext
in class AbstractHBCIJob
AbstractHBCIJob.getContext()
public void setJob(org.kapott.hbci.GV.HBCIJob job) throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
AbstractHBCIJob
setJob
in class AbstractHBCIJob
job
- der erzeugte Job.java.rmi.RemoteException
de.willuhn.util.ApplicationException
AbstractHBCIJob.setJob(org.kapott.hbci.GV.HBCIJob)
public java.lang.String getIdentifier()
AbstractHBCIJob
getIdentifier
in class AbstractHBCIJob
AbstractHBCIJob.getIdentifier()
public java.lang.String getName() throws java.rmi.RemoteException
AbstractHBCIJob
getName
in class AbstractHBCIJob
java.rmi.RemoteException
AbstractHBCIJob.getName()
protected void markExecuted() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
AbstractHBCIJob
markExecuted
in class AbstractHBCIJob
java.rmi.RemoteException
de.willuhn.util.ApplicationException
AbstractHBCIJob.markExecuted()
protected java.lang.String markFailed(java.lang.String error) throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
AbstractHBCIJob
markFailed
in class AbstractHBCIJob
error
- der Fehlertext aus der HBCI-Nachricht.java.rmi.RemoteException
de.willuhn.util.ApplicationException
AbstractHBCIJob.markFailed(java.lang.String)