Class AggregateTxnSearch
java.lang.Object
com.infinitekind.moneydance.model.AggregateTxnSearch
- All Implemented Interfaces:
TxnSearch
public class AggregateTxnSearch extends java.lang.Object implements TxnSearch
Represents a search through a set of transactions where the
search criteria is a combination of several searches.
- Author:
- Sean Reilly
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregateTxnSearch.GroupingType -
Constructor Summary
Constructors Constructor Description AggregateTxnSearch() -
Method Summary
Modifier and Type Method Description voidaddCriteria(TxnSearch newSearch)booleanmatches(Txn txn)booleanmatchesAll()voidsetGrouping(AggregateTxnSearch.GroupingType newGrouping)
-
Constructor Details
-
AggregateTxnSearch
public AggregateTxnSearch()
-
-
Method Details
-
setGrouping
-
matchesAll
public boolean matchesAll()- Specified by:
matchesAllin interfaceTxnSearch- Returns:
- true if the current search matches all transactions.
-
addCriteria
-
matches
-