Class AbstractCreateAccountAssistant<I extends CreateInfo,​K extends AbstractCreateAccountDialog<I>>

    • Constructor Detail

      • AbstractCreateAccountAssistant

        protected AbstractCreateAccountAssistant()
        Standardkonstruktor
    • Method Detail

      • setBankSpecificAccountParameter

        protected abstract void setBankSpecificAccountParameter​(de.willuhn.jameica.hbci.rmi.Konto konto,
                                                                I info)
                                                         throws java.rmi.RemoteException
        Set the bank specific account parameters. At least kto, blz and kundenkennung.
        Parameters:
        konto - the account to add KTO and BLZ
        info - the account information for the new account
        Throws:
        java.rmi.RemoteException
      • setBankSpecificMetaData

        protected abstract void setBankSpecificMetaData​(I info,
                                                        de.willuhn.jameica.hbci.rmi.Konto konto)
                                                 throws java.rmi.RemoteException,
                                                        de.willuhn.util.ApplicationException
        Set the bank specific parameters. The subclass implementation needs to take care about storing added/updated values.
        Parameters:
        info - the info object from the dialog
        konto - the account created
        Throws:
        java.rmi.RemoteException
        de.willuhn.util.ApplicationException