public class EmpfaengerControl
extends de.willuhn.jameica.gui.AbstractControl
Constructor | Description |
---|---|
EmpfaengerControl(de.willuhn.jameica.gui.AbstractView view) |
Modifier and Type | Method | Description |
---|---|---|
Address |
getAddress() |
Liefert die Adresse.
|
de.willuhn.jameica.gui.input.Input |
getBank() |
Liefert das Eingabe-Feld fuer den Namen der Bank.
|
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 BLZ.
|
de.willuhn.jameica.gui.Part |
getEmpfaengerListe() |
Liefert eine Tabelle mit allen vorhandenen Empfaengern.
|
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.
|
de.willuhn.jameica.gui.input.Input |
getKontonummer() |
Liefert das Eingabe-Feld fuer die Kontonummer.
|
de.willuhn.jameica.gui.input.Input |
getName() |
Liefert das Eingabe-Feld fuer den Namen.
|
de.willuhn.jameica.gui.Part |
getSammelLastListe() |
Liefert eine Liste von allen Sammel-Lastschrift-Buchungen, die von dieser
Adresse eingezogen wurden.
|
de.willuhn.jameica.gui.Part |
getSammelUeberweisungListe() |
Liefert eine Liste von allen Sammel-Ueberweisung-Buchungen, die an diese
Adresse ueberwiesen wurden.
|
de.willuhn.jameica.gui.Part |
getUmsatzListe() |
Liefert eine Liste von allen Umsaetzen an/von diese/dieser Adresse.
|
void |
handleStore() |
Speichert den Empfaenger.
|
boolean |
isHibiscusAdresse() |
Prueft, ob es sich bei der Adresse um eine Hibiscus-Adresse handelt und diese aenderbar ist.
|
public EmpfaengerControl(de.willuhn.jameica.gui.AbstractView view)
view
- public Address getAddress() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isHibiscusAdresse() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.Part getEmpfaengerListe() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.Part getUmsatzListe() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.Part getSammelLastListe() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.Part getSammelUeberweisungListe() 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.Input getKommentar() 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.gui.input.Input getBlz() 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.Input getBank() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getName() throws java.rmi.RemoteException
java.rmi.RemoteException
public void handleStore()