All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.db.TransactionList

java.lang.Object
   |
   +----benno.account.db.TransactionList

public final class TransactionList
extends Object
implements Serializable
A list of transactions

Version:
$Revision: 1.12.6.1 $
Author:
Ben Clifford

Constructor Index

 o TransactionList()
 o TransactionList(Vector)

Method Index

 o count()
 o delete(Transaction)
 o enumerate()
 o enumerateParts()
 o post(Transaction)
 o select(Selector)
Deprecated.
 o sort(Ordering)
returns a new TransactionList, ordered according to the specified ordering.

Constructors

 o TransactionList
 public TransactionList()
 o TransactionList
 public TransactionList(Vector v)

Methods

 o post
 public void post(Transaction t)
 o delete
 public void delete(Transaction t)
 o enumerate
 public Enumeration enumerate()
 o enumerateParts
 public Enumeration enumerateParts()
 o count
 public int count()
 o select
 public TransactionList select(Selector ts)
Note: select() is deprecated. usually inefficient - I think it is more effficient to obtain an enumeration of the transactions or parts and then select on that

 o sort
 public TransactionList sort(Ordering o)
returns a new TransactionList, ordered according to the specified ordering.


All Packages  Class Hierarchy  This Package  Previous  Next  Index