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 class
AggregateTxnSearch.GroupingType
-
Constructor Summary
Constructors Constructor Description AggregateTxnSearch()
-
Method Summary
Modifier and Type Method Description void
addCriteria(TxnSearch newSearch)
boolean
matches(Txn txn)
boolean
matchesAll()
void
setGrouping(AggregateTxnSearch.GroupingType newGrouping)
-
Constructor Details
-
AggregateTxnSearch
public AggregateTxnSearch()
-
-
Method Details
-
setGrouping
-
matchesAll
public boolean matchesAll()- Specified by:
matchesAll
in interfaceTxnSearch
- Returns:
- true if the current search matches all transactions.
-
addCriteria
-
matches
-