Class SantanderSynchronizeJobProviderKontoauszug
- java.lang.Object
-
- de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProvider
-
- de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProviderKontoauszug
-
- de.frankmuenster.mahoe.banks.santander.jobs.SantanderSynchronizeJobProviderKontoauszug
-
- All Implemented Interfaces:
MahoeSynchronizeJobProvider
,de.willuhn.jameica.hbci.synchronize.SynchronizeJobProvider
,java.lang.Comparable
@Lifecycle(CONTEXT) public class SantanderSynchronizeJobProviderKontoauszug extends AbstractMahoeSynchronizeJobProviderKontoauszug
Implementierung des Job-Providers für den Abruf von Kontoauszuegen der Santander.- Author:
- Frank Münster
-
-
Field Summary
-
Fields inherited from class de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProvider
backend
-
-
Constructor Summary
Constructors Constructor Description SantanderSynchronizeJobProviderKontoauszug()
Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods 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.-
Methods inherited from class de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProviderKontoauszug
compareTo, getSynchronizeJobs, isJobTypeSupported
-
Methods inherited from class de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProvider
getJobTypes, supports
-
-
-
-
Method Detail
-
getJobs
protected java.util.List<java.lang.Class<? extends de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJob>> getJobs()
Description copied from class:AbstractMahoeSynchronizeJobProvider
Returns the list of synchronise jobs to that can be executed.- Specified by:
getJobs
in classAbstractMahoeSynchronizeJobProvider
- Returns:
- the list of synchronise jobs to that can be executed
- See Also:
AbstractMahoeSynchronizeJobProvider.getJobs()
-
getSupportedAccountTypes
protected java.util.Set<de.willuhn.jameica.hbci.rmi.KontoType> getSupportedAccountTypes()
Description copied from class:AbstractMahoeSynchronizeJobProvider
Returns the list of supported an account type.- Specified by:
getSupportedAccountTypes
in classAbstractMahoeSynchronizeJobProvider
- Returns:
- the list of supported an account type
- See Also:
AbstractMahoeSynchronizeJobProvider.getSupportedAccountTypes()
-
isBankSupported
protected boolean isBankSupported(de.willuhn.jameica.hbci.rmi.Konto account) throws java.rmi.RemoteException
Description copied from class:AbstractMahoeSynchronizeJobProvider
Checks if the bank of a given account is supported in terms of BLZ or BIC.- Specified by:
isBankSupported
in classAbstractMahoeSynchronizeJobProvider
- Parameters:
account
- to check- Returns:
true
in case the BLZ or BIC is supported,false
else.- Throws:
java.rmi.RemoteException
- See Also:
AbstractMahoeSynchronizeJobProvider.isBankSupported(Konto)
-
-