public class CombinedAccountFilter extends java.lang.Object implements AcctFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
CombinedAccountFilter.CombinationType |
ACTIVE_ACCOUNTS_FILTER, ACTIVE_CATEGORY_CHOICE_FILTER, ALL_ACCOUNTS_FILTER, CATEGORY_CHOICE_FILTER, CATEGORY_FILTER, EDITABLE_ACCOUNTS_FILTER, NON_CATEGORY_FILTER, VIEWABLE_ACCOUNTS_FILTER| Constructor and Description |
|---|
CombinedAccountFilter(CombinedAccountFilter.CombinationType combinationType) |
| Modifier and Type | Method and Description |
|---|---|
CombinedAccountFilter |
addFilter(AcctFilter filter) |
java.lang.String |
format(Account acct)
Returns the String representation of the given account
in the context of this search.
|
boolean |
matches(Account acct)
Returns true iff the given account matches
the current search criteria
|
public CombinedAccountFilter(CombinedAccountFilter.CombinationType combinationType)
public CombinedAccountFilter addFilter(AcctFilter filter)
public boolean matches(Account acct)
AcctFiltermatches in interface AcctFilterpublic java.lang.String format(Account acct)
AcctFilterformat in interface AcctFilter