Class BosSynchronizeJobProviderKontoauszugPDF
java.lang.Object
de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProvider
de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProviderKontoauszugPDF
de.frankmuenster.mahoe.banks.bos.jobs.BosSynchronizeJobProviderKontoauszugPDF
- All Implemented Interfaces:
MahoeSynchronizeJobProvider,de.willuhn.jameica.hbci.synchronize.SynchronizeJobProvider,Comparable
@Lifecycle(CONTEXT)
public class BosSynchronizeJobProviderKontoauszugPDF
extends AbstractMahoeSynchronizeJobProviderKontoauszugPDF
Implementation of the job provider to download account sheets for the Bank of
Scotland.
- 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 booleanisBankSupported(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, isJobTypeSupportedMethods inherited from class de.frankmuenster.mahoe.jobs.AbstractMahoeSynchronizeJobProvider
getJobTypes, supports
-
Constructor Details
-
BosSynchronizeJobProviderKontoauszugPDF
public BosSynchronizeJobProviderKontoauszugPDF()Standard constructor
-
-
Method Details
-
getJobs
Description copied from class:AbstractMahoeSynchronizeJobProviderReturns the list of synchronise jobs to that can be executed.- Specified by:
getJobsin classAbstractMahoeSynchronizeJobProvider- Returns:
- the list of synchronise jobs to that can be executed
-
getSupportedAccountTypes
Description copied from class:AbstractMahoeSynchronizeJobProviderReturns the list of supported an account type.- Specified by:
getSupportedAccountTypesin classAbstractMahoeSynchronizeJobProvider- Returns:
- the list of supported an account type
-
isBankSupported
Description copied from class:AbstractMahoeSynchronizeJobProviderChecks if the bank of a given account is supported in terms of BLZ or BIC.- Specified by:
isBankSupportedin classAbstractMahoeSynchronizeJobProvider- Parameters:
account- to check- Returns:
truein case the BLZ or BIC is supported,falseelse.- Throws:
RemoteException
-