Class AktienCreateAccountAssistent
java.lang.Object
de.frankmuenster.mahoe.assistant.AbstractCreateAccountAssistant<AktienCreateInfo,AktienCreateAccountDialog>
de.frankmuenster.mahoe.banks.aktien.assistant.AktienCreateAccountAssistent
- All Implemented Interfaces:
CreateAccountAssistant
public final class AktienCreateAccountAssistent
extends AbstractCreateAccountAssistant<AktienCreateInfo,AktienCreateAccountDialog>
Aktien Konto-Anlagen-Assistent
- Author:
- Frank Münster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
setBankSpecificAccountParameter
(de.willuhn.jameica.hbci.rmi.Konto account, AktienCreateInfo info) Set the bank specific account parameters.void
setBankSpecificMetaData
(AktienCreateInfo 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
-
AktienCreateAccountAssistent
public AktienCreateAccountAssistent()Standardkonstruktor
-
-
Method Details
-
getDialog
- Specified by:
getDialog
in classAbstractCreateAccountAssistant<AktienCreateInfo,
AktienCreateAccountDialog> - Returns:
- the account specific dialog
- See Also:
-
setBankSpecificMetaData
public void setBankSpecificMetaData(AktienCreateInfo info, de.willuhn.jameica.hbci.rmi.Konto konto) throws RemoteException, de.willuhn.util.ApplicationException Description copied from class:AbstractCreateAccountAssistant
Set the bank specific parameters. The subclass implementation needs to take care about storing added/updated values.- Specified by:
setBankSpecificMetaData
in classAbstractCreateAccountAssistant<AktienCreateInfo,
AktienCreateAccountDialog> - Parameters:
info
- the info object from the dialogkonto
- the account created- Throws:
RemoteException
de.willuhn.util.ApplicationException
- See Also:
-
setBankSpecificAccountParameter
protected void setBankSpecificAccountParameter(de.willuhn.jameica.hbci.rmi.Konto account, AktienCreateInfo info) throws RemoteException Description copied from class:AbstractCreateAccountAssistant
Set the bank specific account parameters. At leastkto
,blz
andkundenkennung
.- Specified by:
setBankSpecificAccountParameter
in classAbstractCreateAccountAssistant<AktienCreateInfo,
AktienCreateAccountDialog> - Parameters:
account
- the account to add KTO and BLZinfo
- the account information for the new account- Throws:
RemoteException
-