public final class SearchTxnList
extends java.lang.Object
TxnIterator class. This differs from other classes in that it does not serve as a list
model, and does not sort transactions. It's initial client is the search report, which will
sort the resulting transactions anyway.| Modifier and Type | Field and Description |
|---|---|
protected TxnSet |
_filteredTxnSet |
protected RootAccount |
_rootAccount |
| Constructor and Description |
|---|
SearchTxnList(RootAccount rootAccount,
TxnSearch search) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<AbstractTxn> |
getAllTransactions() |
int |
getRowCount() |
protected RootAccount _rootAccount
protected TxnSet _filteredTxnSet
public SearchTxnList(RootAccount rootAccount, TxnSearch search)
public int getRowCount()
public java.util.Enumeration<AbstractTxn> getAllTransactions()