Class semper.payment.PurseManagement
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.PurseManagement

java.lang.Object
   |
   +----semper.payment.PurseManagement

public class PurseManagement
extends Object
This class provides methods for the management of purses via interaction with the user. The special payment BApp should use these services.
Version:
$Revision: 1.3 $ $Date: 1996/08/06 06:44:24 $
Author:
N. Asokan ([email protected])

Constructor Index

 o PurseManagement()

Method Index

 o configurePurse()
Present the list of available purses to the user, get them to pick one and then call setup() to configure it.
 o configurePurse(TinguinDisplay, Purse)
Configure the specified purse.
 o createPurses()
Find the list of installed payment modules, present them to the user, and have them choose one.
 o deletePurses()
Find the list of available purses, present them to the user, and have them choose one.

Constructors

 o PurseManagement
  public PurseManagement()

Methods

 o createPurses
  public static void createPurses()
Find the list of installed payment modules, present them to the user, and have them choose one. Then create a purse of that payment system and configure it.
See Also:
createPurse, setup, init
 o deletePurses
  public static void deletePurses()
Find the list of available purses, present them to the user, and have them choose one. Then delete that purse.
See Also:
createPurse, deletePurse
 o configurePurse
  public static void configurePurse(TinguinDisplay dis,
                                    Purse p)
Configure the specified purse.
See Also:
setup
 o configurePurse
  public static void configurePurse()
Present the list of available purses to the user, get them to pick one and then call setup() to configure it.
See Also:
setup

All Packages  Class Hierarchy  This Package  Previous  Next  Index