MahoeSynchronizeJobProvider, de.willuhn.jameica.hbci.synchronize.SynchronizeJobProvider, java.lang.Comparable@Lifecycle(CONTEXT) public class SantanderSynchronizeJobProviderKontoauszug extends AbstractMahoeSynchronizeJobProviderKontoauszug
backend| Constructor | Description |
|---|---|
SantanderSynchronizeJobProviderKontoauszug() |
Standardkonstruktor
|
| 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, supportscompareTo, getSynchronizeJobs, isJobTypeSupportedpublic SantanderSynchronizeJobProviderKontoauszug()
protected java.util.List<java.lang.Class<? extends de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJob>> getJobs()
AbstractMahoeSynchronizeJobProvidergetJobs in class AbstractMahoeSynchronizeJobProviderAbstractMahoeSynchronizeJobProvider.getJobs()protected java.util.Set<de.willuhn.jameica.hbci.rmi.KontoType> getSupportedAccountTypes()
AbstractMahoeSynchronizeJobProvidergetSupportedAccountTypes in class AbstractMahoeSynchronizeJobProviderAbstractMahoeSynchronizeJobProvider.getSupportedAccountTypes()protected boolean isBankSupported(de.willuhn.jameica.hbci.rmi.Konto account)
throws java.rmi.RemoteException
AbstractMahoeSynchronizeJobProviderisBankSupported in class AbstractMahoeSynchronizeJobProvideraccount - to checktrue in case the BLZ or BIC is supported,
false else.java.rmi.RemoteExceptionAbstractMahoeSynchronizeJobProvider.isBankSupported(Konto)