|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AcctFilter
Represents a filter for account objects
| Field Summary | |
|---|---|
static AcctFilter |
ALL_ACCOUNTS_FILTER
common filter that matches all accounts |
static AcctFilter |
CATEGORY_CHOICE_FILTER
common filter that excludes securities and root |
static AcctFilter |
CATEGORY_FILTER
common filter that matches all category accounts |
static AcctFilter |
NON_CATEGORY_FILTER
common filter that matches all non-category accounts |
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
static final AcctFilter NON_CATEGORY_FILTER
static final AcctFilter CATEGORY_FILTER
static final AcctFilter ALL_ACCOUNTS_FILTER
static final AcctFilter CATEGORY_CHOICE_FILTER
| Method Detail |
|---|
boolean matches(Account acct)
java.lang.String format(Account acct)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||