public class AuslandsUeberweisungControl
extends de.willuhn.jameica.gui.AbstractControl
Modifier and Type | Class | Description |
---|---|---|
class |
AuslandsUeberweisungControl.Typ |
Hilfsklasse fuer den Auftragstyp.
|
Constructor | Description |
---|---|
AuslandsUeberweisungControl(de.willuhn.jameica.gui.AbstractView view) |
ct.
|
Modifier and Type | Method | Description |
---|---|---|
AuslandsUeberweisungList |
getAuslandsUeberweisungListe() |
Liefert die Liste der Auslandsueberweisungen.
|
de.willuhn.jameica.gui.input.Input |
getBetrag() |
Liefert das Eingabe-Feld fuer den Betrag.
|
de.willuhn.jameica.gui.input.Input |
getEmpfaengerBic() |
Liefert das Eingabe-Feld fuer die BIC.
|
de.willuhn.jameica.gui.input.TextInput |
getEmpfaengerKonto() |
Liefert das Eingabe-Feld fuer den Empfaenger.
|
AddressInput |
getEmpfaengerName() |
Liefert das Eingabe-Feld fuer den Empfaenger-Namen.
|
de.willuhn.jameica.gui.input.Input |
getEndToEndId() |
Liefert das Eingabe-Feld fuer die End2End-ID.
|
de.willuhn.jameica.gui.input.Input |
getKontoAuswahl() |
Liefert ein Auswahlfeld fuer das Konto.
|
de.willuhn.jameica.gui.input.Input |
getPmtInfId() |
Liefert das Eingabe-Feld fuer die PmtInf-ID.
|
de.willuhn.jameica.gui.input.Input |
getPurposeCode() |
Liefert das Eingabe-Feld fuer den Purpose-Code.
|
ReminderIntervalInput |
getReminderInterval() |
Liefert das Intervall fuer die zyklische Ausfuehrung.
|
de.willuhn.jameica.gui.input.CheckboxInput |
getStoreEmpfaenger() |
Liefert eine CheckBox ueber die ausgewaehlt werden kann,
ob der Empfaenger mitgespeichert werden soll.
|
TerminInput |
getTermin() |
Liefert das Eingabe-Feld fuer den Termin.
|
AuslandsUeberweisung |
getTransfer() |
|
de.willuhn.jameica.gui.input.SelectInput |
getTyp() |
Liefert eine Combobox zur Auswahl des Auftragstyps.
|
de.willuhn.jameica.gui.input.Input |
getZweck() |
Liefert das Eingabe-Feld fuer den Verwendungszweck.
|
boolean |
handleStore() |
Speichert den Geld-Transfer.
|
public AuslandsUeberweisungControl(de.willuhn.jameica.gui.AbstractView view)
view
- public AuslandsUeberweisung getTransfer() throws java.rmi.RemoteException
java.rmi.RemoteException
public AuslandsUeberweisungList getAuslandsUeberweisungListe() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getKontoAuswahl() throws java.rmi.RemoteException
java.rmi.RemoteException
public AddressInput getEmpfaengerName() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.TextInput getEmpfaengerKonto() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getEmpfaengerBic() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getEndToEndId() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getPmtInfId() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getPurposeCode() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getZweck() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.Input getBetrag() throws java.rmi.RemoteException
java.rmi.RemoteException
public TerminInput getTermin() throws java.rmi.RemoteException
java.rmi.RemoteException
public ReminderIntervalInput getReminderInterval() throws java.lang.Exception
java.lang.Exception
public de.willuhn.jameica.gui.input.CheckboxInput getStoreEmpfaenger() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.SelectInput getTyp() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean handleStore()