@Lifecycle(value=CONTEXT) public class BshSynchronizeJobProviderKontoauszug extends AbstractMahoeSynchronizeJobProviderKontoauszug
backend
Constructor and Description |
---|
BshSynchronizeJobProviderKontoauszug()
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, isJobTypeSupported
getJobTypes, supports
public BshSynchronizeJobProviderKontoauszug()
protected java.util.List<java.lang.Class<? extends de.willuhn.jameica.hbci.synchronize.jobs.SynchronizeJob>> getJobs()
AbstractMahoeSynchronizeJobProvider
getJobs
in class AbstractMahoeSynchronizeJobProvider
AbstractMahoeSynchronizeJobProvider.getJobs()
protected java.util.Set<de.willuhn.jameica.hbci.rmi.KontoType> getSupportedAccountTypes()
AbstractMahoeSynchronizeJobProvider
getSupportedAccountTypes
in class AbstractMahoeSynchronizeJobProvider
AbstractMahoeSynchronizeJobProvider.getSupportedAccountTypes()
protected boolean isBankSupported(de.willuhn.jameica.hbci.rmi.Konto account) throws java.rmi.RemoteException
AbstractMahoeSynchronizeJobProvider
isBankSupported
in class AbstractMahoeSynchronizeJobProvider
account
- to checktrue
in case the BLZ or BIC is supported, false
else.java.rmi.RemoteException
AbstractMahoeSynchronizeJobProvider.isBankSupported(Konto)