public class AktienAccountMigrator extends AbstractAccountMigrator
I18N_UPDATE_TO_VERSION| Constructor and Description |
|---|
AktienAccountMigrator()
Standardkonstruktor
|
| Modifier and Type | Method and Description |
|---|---|
void |
migrate(de.willuhn.jameica.plugin.Plugin plugin)
Started die eigentliche Migration.
|
void |
update(de.willuhn.jameica.hbci.rmi.Konto account)
Started die eigentliche Migration.
|
uninstallPluginpublic void migrate(de.willuhn.jameica.plugin.Plugin plugin)
throws de.willuhn.util.ApplicationException
AccountMigratormigrate in interface AccountMigratormigrate in class AbstractAccountMigratorplugin - das zu überprüfende Pluginde.willuhn.util.ApplicationExceptionAbstractAccountMigrator.migrate(de.willuhn.jameica.plugin.Plugin)public void update(de.willuhn.jameica.hbci.rmi.Konto account)
throws de.willuhn.util.ApplicationException
AccountMigratorupdate in interface AccountMigratorupdate in class AbstractAccountMigratorde.willuhn.util.ApplicationExceptionAbstractAccountMigrator.update(de.willuhn.jameica.hbci.rmi.Konto)