Class TargoBankSynchronizeJobProviderKontoauszugPDF
java.lang.Object
de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProvider
de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProviderKontoauszugPDF
de.frankmuenster.mahoe.banks.targobank.jobs.TargoBankSynchronizeJobProviderKontoauszugPDF
- All Implemented Interfaces:
MahoeSynchronizeJobProvider
,de.willuhn.jameica.hbci.synchronize.SynchronizeJobProvider
,Comparable
@Lifecycle(CONTEXT)
public class TargoBankSynchronizeJobProviderKontoauszugPDF
extends AbstractMahoeSynchronizeJobProviderKontoauszugPDF
Implementierung des Job-Providers für den Abruf von PDF-Kontoauszuegen der Targo Bank.
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProvider
backend
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJobs()
Returns the list of synchronise jobs to that can be executed.protected Set<de.willuhn.jameica.hbci.rmi.KontoType>
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.AbstractMahoeSynchronizeJobProviderKontoauszugPDF
compareTo, getSynchronizeJobs, isJobTypeSupported
Methods inherited from class de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProvider
getJobTypes, supports
-
Constructor Details
-
TargoBankSynchronizeJobProviderKontoauszugPDF
public TargoBankSynchronizeJobProviderKontoauszugPDF()Standard constructor
-
-
Method Details
-
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:
-
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:
-
isBankSupported
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:
RemoteException
- See Also:
-