Class TargoBankCreateAccountAssistent
java.lang.Object
de.frankmuenster.mahoe.assistant.AbstractCreateAccountAssistant<TargoBankCreateInfo,TargoBankCreateAccountDialog>
de.frankmuenster.mahoe.banks.targobank.assistant.TargoBankCreateAccountAssistent
- All Implemented Interfaces:
CreateAccountAssistant
public final class TargoBankCreateAccountAssistent
extends AbstractCreateAccountAssistant<TargoBankCreateInfo,TargoBankCreateAccountDialog>
TargoBnak Konto-Anlagen-Assistent
- Author:
- Frank Münster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetBankSpecificAccountParameter(de.willuhn.jameica.hbci.rmi.Konto account, TargoBankCreateInfo info) Set the bank specific account parameters.voidsetBankSpecificMetaData(TargoBankCreateInfo info, de.willuhn.jameica.hbci.rmi.Konto konto) Set the bank specific parameters.Methods inherited from class de.frankmuenster.mahoe.assistant.AbstractCreateAccountAssistant
createAccount
-
Constructor Details
-
TargoBankCreateAccountAssistent
public TargoBankCreateAccountAssistent()Standardkonstruktor
-
-
Method Details
-
getDialog
- Specified by:
getDialogin classAbstractCreateAccountAssistant<TargoBankCreateInfo,TargoBankCreateAccountDialog> - Returns:
- the account specific dialog
- Throws:
CreateAccountException- See Also:
-
setBankSpecificMetaData
public void setBankSpecificMetaData(TargoBankCreateInfo info, de.willuhn.jameica.hbci.rmi.Konto konto) throws RemoteException, de.willuhn.util.ApplicationException Description copied from class:AbstractCreateAccountAssistantSet the bank specific parameters. The subclass implementation needs to take care about storing added/updated values.- Specified by:
setBankSpecificMetaDatain classAbstractCreateAccountAssistant<TargoBankCreateInfo,TargoBankCreateAccountDialog> - Parameters:
info- the info object from the dialogkonto- the account created- Throws:
RemoteExceptionde.willuhn.util.ApplicationException- See Also:
-
setBankSpecificAccountParameter
protected void setBankSpecificAccountParameter(de.willuhn.jameica.hbci.rmi.Konto account, TargoBankCreateInfo info) throws RemoteException Description copied from class:AbstractCreateAccountAssistantSet the bank specific account parameters. At leastkto,blzandkundenkennung.- Specified by:
setBankSpecificAccountParameterin classAbstractCreateAccountAssistant<TargoBankCreateInfo,TargoBankCreateAccountDialog> - Parameters:
account- the account to add KTO and BLZinfo- the account information for the new account- Throws:
RemoteException
-