Class HBCISepaSammelLastschriftJob
- java.lang.Object
-
- de.willuhn.jameica.hbci.server.hbci.AbstractHBCIJob
-
- de.willuhn.jameica.hbci.server.hbci.AbstractHBCISepaSammelTransferJob<SepaSammelLastschrift>
-
- de.willuhn.jameica.hbci.server.hbci.HBCISepaSammelLastschriftJob
-
public class HBCISepaSammelLastschriftJob extends AbstractHBCISepaSammelTransferJob<SepaSammelLastschrift>
Job fuer "SEPA-Sammellastschrift".
-
-
Field Summary
-
Fields inherited from class de.willuhn.jameica.hbci.server.hbci.AbstractHBCIJob
i18n
-
-
Constructor Summary
Constructors Constructor Description HBCISepaSammelLastschriftJob(SepaSammelLastschrift lastschrift)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.-
Methods inherited from class de.willuhn.jameica.hbci.server.hbci.AbstractHBCISepaSammelTransferJob
getContext, markCancelled, markFailed
-
Methods inherited from class de.willuhn.jameica.hbci.server.hbci.AbstractHBCIJob
getFollowerJobs, getJobResult, handleResult, isExclusive, setExclusive, setJob, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParam, setJobParamUsage
-
-
-
-
Constructor Detail
-
HBCISepaSammelLastschriftJob
public HBCISepaSammelLastschriftJob(SepaSammelLastschrift lastschrift) throws de.willuhn.util.ApplicationException, java.rmi.RemoteException
ct.- Parameters:
lastschrift
- die auszufuehrende Sammel-Lastschrift.- Throws:
de.willuhn.util.ApplicationException
java.rmi.RemoteException
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
Description copied from class:AbstractHBCIJob
HBCI4Java verwendet intern eindeutige Job-Namen. Diese Funktion liefert genau den Namen fuer genau den gewuenschten Job.- Specified by:
getIdentifier
in classAbstractHBCIJob
- Returns:
- Job-Identifier.
- See Also:
AbstractHBCIJob.getIdentifier()
-
getName
public java.lang.String getName() throws java.rmi.RemoteException
Description copied from class:AbstractHBCIJob
Liefert einen sprechenden Namen fuer diesen Job.- Specified by:
getName
in classAbstractHBCIJob
- Returns:
- sprechender Name.
- Throws:
java.rmi.RemoteException
- See Also:
AbstractHBCIJob.getName()
-
markExecuted
protected void markExecuted() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
Description copied from class:AbstractHBCIJob
Markiert den Auftrag als erledigt.- Overrides:
markExecuted
in classAbstractHBCISepaSammelTransferJob<SepaSammelLastschrift>
- Throws:
java.rmi.RemoteException
de.willuhn.util.ApplicationException
- See Also:
AbstractHBCISepaSammelTransferJob.markExecuted()
-
-