@Lifecycle(value=CONTEXT) public class SantanderSynchronizeJobProviderKontoauszug extends AbstractMahoeSynchronizeJobProviderKontoauszug
backend| 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, getSynchronizeJobs, isJobTypeSupportedgetJobTypes, supportspublic 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)