Class HibiscusAddressUpdate
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.action.HibiscusAddressUpdate
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Action
public class HibiscusAddressUpdate extends java.lang.Object implements de.willuhn.jameica.gui.ActionAction, der ein Objekt vom Typ HibiscusAddress uebergeben wird. Sie prueft, ob er bereits im Adressbuch existiert. Wenn nicht, legt sie ihn neu an. Falls er existiert, wird der Benutzer gefragt, ob er die Adresse ueberschreiben moechte.
-
-
Constructor Summary
Constructors Constructor Description HibiscusAddressUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleAction(java.lang.Object context)Erwartet ein Objekt vom TypAddress.voidsetAddress(Address a)Speichert die Adresse, die auf Veraenderungen geprueft werden soll.voidsetCreate(boolean b)Legt fest, ob die Adresse ggf.
-
-
-
Method Detail
-
setAddress
public void setAddress(Address a)
Speichert die Adresse, die auf Veraenderungen geprueft werden soll.- Parameters:
a- Adresse, die auf Veraenderungen geprueft werden soll.
-
setCreate
public void setCreate(boolean b)
Legt fest, ob die Adresse ggf. neu angelegt werden soll.- Parameters:
b- true, wenn die Adresse ggf. neu angelegt werden soll.
-
handleAction
public void handleAction(java.lang.Object context) throws de.willuhn.util.ApplicationExceptionErwartet ein Objekt vom TypAddress.- Specified by:
handleActionin interfacede.willuhn.jameica.gui.Action- Throws:
de.willuhn.util.ApplicationException- See Also:
Action.handleAction(java.lang.Object)
-
-