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