public class HBCIAuslandsUeberweisungJob extends AbstractHBCIJob
i18n| Constructor | Description |
|---|---|
HBCIAuslandsUeberweisungJob(AuslandsUeberweisung ueberweisung) |
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 |
markCancelled() |
Wird aufgerufen, wenn der User den Vorgang abgebrochen hat.
|
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, setExclusive, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParamUsagepublic HBCIAuslandsUeberweisungJob(AuslandsUeberweisung ueberweisung) throws de.willuhn.util.ApplicationException, java.rmi.RemoteException
ueberweisung - die auszufuehrende Ueberweisung.de.willuhn.util.ApplicationExceptionjava.rmi.RemoteExceptionprotected HibiscusDBObject getContext()
AbstractHBCIJobgetContext in class AbstractHBCIJobAbstractHBCIJob.getContext()public java.lang.String getIdentifier()
AbstractHBCIJobgetIdentifier in class AbstractHBCIJobAbstractHBCIJob.getIdentifier()public void setJob(org.kapott.hbci.GV.HBCIJob job)
throws java.rmi.RemoteException,
de.willuhn.util.ApplicationException
AbstractHBCIJobsetJob in class AbstractHBCIJobjob - der erzeugte Job.java.rmi.RemoteExceptionde.willuhn.util.ApplicationExceptionAbstractHBCIJob.setJob(org.kapott.hbci.GV.HBCIJob)public java.lang.String getName()
throws java.rmi.RemoteException
AbstractHBCIJobgetName in class AbstractHBCIJobjava.rmi.RemoteExceptionAbstractHBCIJob.getName()protected void markExecuted()
throws java.rmi.RemoteException,
de.willuhn.util.ApplicationException
AbstractHBCIJobmarkExecuted in class AbstractHBCIJobjava.rmi.RemoteExceptionde.willuhn.util.ApplicationExceptionAbstractHBCIJob.markExecuted()protected java.lang.String markFailed(java.lang.String error)
throws de.willuhn.util.ApplicationException,
java.rmi.RemoteException
AbstractHBCIJobmarkFailed in class AbstractHBCIJoberror - der Fehlertext aus der HBCI-Nachricht.de.willuhn.util.ApplicationExceptionjava.rmi.RemoteExceptionAbstractHBCIJob.markFailed(java.lang.String)protected void markCancelled()
throws java.rmi.RemoteException,
de.willuhn.util.ApplicationException
AbstractHBCIJobmarkCancelled in class AbstractHBCIJobjava.rmi.RemoteExceptionde.willuhn.util.ApplicationException - BUGZILLA 690AbstractHBCIJob.markCancelled()