@Lifecycle(value=CONTEXT) public class SantanderSynchronizeJobProviderKontoauszug extends AbstractMahoeSynchronizeJobProviderKontoauszug
| Constructor and Description |
|---|
SantanderSynchronizeJobProviderKontoauszug()
Standardkonstruktor
|
| Modifier and Type | Method and 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.
|
compareTo, getJobTypes, getSynchronizeJobs, supportspublic SantanderSynchronizeJobProviderKontoauszug()
protected java.util.List<java.lang.Class<? extends de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJob>> getJobs()
AbstractMahoeSynchronizeJobProviderKontoauszuggetJobs in class AbstractMahoeSynchronizeJobProviderKontoauszugAbstractMahoeSynchronizeJobProviderKontoauszug.getJobs()protected java.util.Set<de.willuhn.jameica.hbci.rmi.KontoType> getSupportedAccountTypes()
AbstractMahoeSynchronizeJobProviderKontoauszuggetSupportedAccountTypes in class AbstractMahoeSynchronizeJobProviderKontoauszugAbstractMahoeSynchronizeJobProviderKontoauszug.getSupportedAccountTypes()protected boolean isBankSupported(de.willuhn.jameica.hbci.rmi.Konto account)
throws java.rmi.RemoteException
AbstractMahoeSynchronizeJobProviderKontoauszugisBankSupported in class AbstractMahoeSynchronizeJobProviderKontoauszugaccount - to checktrue in case the BLZ or BIC is supported,
false else.java.rmi.RemoteExceptionAbstractMahoeSynchronizeJobProviderKontoauszug.isBankSupported(Konto)