SammelLastBuchungControl, SammelUeberweisungBuchungControlpublic abstract class AbstractSammelTransferBuchungControl
extends de.willuhn.jameica.gui.AbstractControl
| Constructor | Description |
|---|---|
AbstractSammelTransferBuchungControl(de.willuhn.jameica.gui.AbstractView view) |
ct.
|
| Modifier and Type | Method | Description |
|---|---|---|
de.willuhn.jameica.gui.input.Input |
getBetrag() |
Liefert das Eingabe-Feld fuer den Betrag.
|
abstract SammelTransferBuchung |
getBuchung() |
Liefert die aktuelle Buchung.
|
de.willuhn.jameica.gui.input.TextInput |
getGegenKonto() |
Liefert das Eingabe-Feld fuer das Gegenkonto.
|
de.willuhn.jameica.gui.input.Input |
getGegenkontoBLZ() |
Liefert das Eingabe-Feld fuer die BLZ.
|
AddressInput |
getGegenkontoName() |
Liefert das Eingabe-Feld fuer den Namen des Kontoinhabers des Gegenkontos.
|
de.willuhn.jameica.gui.input.CheckboxInput |
getStoreAddress() |
Liefert eine CheckBox ueber die ausgewaehlt werden kann,
ob die Adresse (Gegenkonto) mitgespeichert werden soll.
|
abstract de.willuhn.jameica.gui.input.SelectInput |
getTextSchluessel() |
Liefert ein Auswahlfeld fuer den Textschluessel.
|
de.willuhn.jameica.gui.input.Input |
getZweck() |
Liefert das Eingabe-Feld fuer den Verwendungszweck.
|
de.willuhn.jameica.gui.input.DialogInput |
getZweck2() |
Liefert das Eingabe-Feld fuer den "weiteren" Verwendungszweck.
|
abstract void |
handleStore(boolean next) |
Speichert den Geld-Transfer.
|
public AbstractSammelTransferBuchungControl(de.willuhn.jameica.gui.AbstractView view)
view - public abstract SammelTransferBuchung getBuchung()
public AddressInput getGegenkontoName() throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.TextInput getGegenKonto()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getGegenkontoBLZ()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getZweck()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.DialogInput getZweck2()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getBetrag()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic abstract de.willuhn.jameica.gui.input.SelectInput getTextSchluessel()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.CheckboxInput getStoreAddress()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic abstract void handleStore(boolean next)
next - legt fest, ob nach dem Speichern gleich zur naechsten Buchung gesprungen werden soll.