MahoeSynchronizeJobProvider
, de.willuhn.jameica.hbci.synchronize.SynchronizeJobProvider
, java.lang.Comparable
@Lifecycle(CONTEXT) public class TargoBankSynchronizeJobProviderKontoauszugPDF extends AbstractMahoeSynchronizeJobProviderKontoauszugPDF
backend
Constructor | Description |
---|---|
TargoBankSynchronizeJobProviderKontoauszugPDF() |
Standard constructor
|
Modifier and Type | Method | Description |
---|---|---|
protected java.util.List<java.lang.Class<? extends de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJob>> |
getJobs() |
Returns the list of synchronise jobs to that can be executed.
|
protected java.util.Set<de.willuhn.jameica.hbci.rmi.KontoType> |
getSupportedAccountTypes() |
Returns the list of supported an account type.
|
protected boolean |
isBankSupported(de.willuhn.jameica.hbci.rmi.Konto account) |
Checks if the bank of a given account is supported in terms of BLZ or BIC.
|
getJobTypes, supports
compareTo, getSynchronizeJobs, isJobTypeSupported
public TargoBankSynchronizeJobProviderKontoauszugPDF()
protected java.util.List<java.lang.Class<? extends de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJob>> getJobs()
AbstractMahoeSynchronizeJobProvider
getJobs
in class AbstractMahoeSynchronizeJobProvider
AbstractMahoeSynchronizeJobProvider.getJobs()
protected java.util.Set<de.willuhn.jameica.hbci.rmi.KontoType> getSupportedAccountTypes()
AbstractMahoeSynchronizeJobProvider
getSupportedAccountTypes
in class AbstractMahoeSynchronizeJobProvider
AbstractMahoeSynchronizeJobProvider.getSupportedAccountTypes()
protected boolean isBankSupported(de.willuhn.jameica.hbci.rmi.Konto account) throws java.rmi.RemoteException
AbstractMahoeSynchronizeJobProvider
isBankSupported
in class AbstractMahoeSynchronizeJobProvider
account
- to checktrue
in case the BLZ or BIC is supported, false
else.java.rmi.RemoteException
AbstractMahoeSynchronizeJobProvider.isBankSupported(de.willuhn.jameica.hbci.rmi.Konto)