All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.TransactionBrowserApp

java.lang.Object
   |
   +----semper.util.browser.Browser
           |
           +----semper.payment.TransactionBrowserApp

public class TransactionBrowserApp
extends Browser

Constructor Index

 o TransactionBrowserApp()

Method Index

 o getBrowseables()
Retrieve the payment transaction records.
 o launch()
TransactionBrowserApp implements its own launch() method.

Constructors

 o TransactionBrowserApp
 public TransactionBrowserApp()

Methods

 o launch
 public void launch()
TransactionBrowserApp implements its own launch() method. This way it can be launched from the Tinguin's application menu.

Overrides:
launch in class Browser
See Also:
MenuLaunchable
 o getBrowseables
 public static Browseable[] getBrowseables() throws Exception
Retrieve the payment transaction records.

Returns:
array of Browseable records
Throws: Exception
if a problem occurs during retrieval

All Packages  Class Hierarchy  This Package  Previous  Next  Index