public class KontoControl
extends de.willuhn.jameica.gui.AbstractControl
Constructor | Description |
---|---|
KontoControl(de.willuhn.jameica.gui.AbstractView view) |
ct.
|
Modifier and Type | Method | Description |
---|---|---|
de.willuhn.jameica.gui.input.Input |
getAccountType() |
Liefert ein Auswahlfeld fuer die Kontoart.
|
de.willuhn.jameica.gui.input.Input |
getBackendAuswahl() |
Liefert das Auswahl-Feld fuer das Backend.
|
de.willuhn.jameica.gui.input.Input |
getBezeichnung() |
Liefert die Bezeichnung des Kontos.
|
de.willuhn.jameica.gui.input.Input |
getBic() |
Liefert das Eingabe-Feld fuer die BIC.
|
de.willuhn.jameica.gui.input.Input |
getBlz() |
Liefert das Eingabe-Feld fuer die Bankleitzahl.
|
de.willuhn.jameica.gui.parts.Button |
getDelButton() |
Liefert den Loesch-Button.
|
de.willuhn.jameica.gui.input.Input |
getIban() |
Liefert das Eingabe-Feld fuer die IBAN.
|
de.willuhn.jameica.gui.input.SelectInput |
getKategorie() |
Liefert ein editierbares Auswahlfeld mit der Kategorie.
|
de.willuhn.jameica.gui.input.Input |
getKommentar() |
Liefert ein Eingabe-Feld fuer einen Kommentar.
|
Konto |
getKonto() |
Liefert die aktuelle Bankverbindung.
|
de.willuhn.jameica.gui.parts.TablePart |
getKontoListe() |
Liefert eine Tabelle mit allen vorhandenen Bankverbindungen.
|
de.willuhn.jameica.gui.input.Input |
getKontonummer() |
Liefert das Eingabe-Feld fuer die Kontonummer.
|
de.willuhn.jameica.gui.input.Input |
getKundennummer() |
Liefert das Eingabefeld fuer die Kundennummer.
|
de.willuhn.jameica.gui.input.Input |
getName() |
Liefert den Namen des Konto-Inhabers.
|
de.willuhn.jameica.gui.input.CheckboxInput |
getOffline() |
Liefert eine Checkbox, mit der festgelegt werden kann, ob es sich um ein Offlinekonto handelt.
|
PassportInput |
getPassportAuswahl() |
Liefert das Auswahl-Feld fuer das Sicherheitsmedium.
|
de.willuhn.jameica.gui.parts.Button |
getProtoButton() |
Liefert den Button fuer die Protokolle.
|
de.willuhn.jameica.gui.Part |
getProtokoll() |
Liefert eine Tabelle mit dem Protokoll des Kontos.
|
de.willuhn.jameica.gui.input.Input |
getSaldo() |
Liefert ein Feld zur Anzeige des Saldos.
|
de.willuhn.jameica.gui.input.Input |
getSaldoAvailable() |
Liefert ein Feld fuer den verfuegbaren Betrag.
|
de.willuhn.jameica.gui.Part |
getSaldoChart() |
Liefert einen Chart mit dem Saldo des Kontos.
|
de.willuhn.jameica.messaging.MessageConsumer |
getSaldoMessageConsumer() |
Liefert einen Saldo-MessageConsumer.
|
de.willuhn.jameica.gui.parts.Button |
getSynchronizeOptions() |
Liefert einen Button, ueber den die Synchronisierungsdetails konfiguriert
werden.
|
de.willuhn.jameica.gui.Part |
getUmsatzList() |
Liefert eine Tabelle mit den Umsaetzen des Kontos.
|
de.willuhn.jameica.gui.input.Input |
getUnterkonto() |
Liefert das Eingabe-Feld fuer die Unterkontonummer.
|
void |
handleReload() |
Laedt die Tabelle mit den Umsaetzen neu.
|
void |
handleStore() |
Speichert das Konto.
|
public KontoControl(de.willuhn.jameica.gui.AbstractView view)
view
- public Konto getKonto() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.Part getProtokoll() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.Part getUmsatzList() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.Part getSaldoChart() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getKontonummer() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.CheckboxInput getOffline() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getUnterkonto() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.parts.Button getSynchronizeOptions() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.parts.Button getProtoButton() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.parts.Button getDelButton() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getBlz() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getName() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getBezeichnung() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getKundennummer() throws java.rmi.RemoteException
java.rmi.RemoteException
public PassportInput getPassportAuswahl() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
java.rmi.RemoteException
de.willuhn.util.ApplicationException
public de.willuhn.jameica.gui.input.Input getBackendAuswahl() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
java.rmi.RemoteException
de.willuhn.util.ApplicationException
public de.willuhn.jameica.gui.input.Input getAccountType() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getSaldo() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getSaldoAvailable() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getKommentar() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getIban() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getBic() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.SelectInput getKategorie() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.messaging.MessageConsumer getSaldoMessageConsumer()
public de.willuhn.jameica.gui.parts.TablePart getKontoListe() throws java.rmi.RemoteException
java.rmi.RemoteException
public void handleStore()
public void handleReload()