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
-
TransactionBrowserApp()
-
-
getBrowseables()
- Retrieve the payment transaction records.
-
launch()
- TransactionBrowserApp implements its own launch() method.
TransactionBrowserApp
public TransactionBrowserApp()
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
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