Interface AcctFilter
- All Known Implementing Classes:
CombinedAccountFilter
public interface AcctFilter
Represents a filter for account objects
- Author:
- Sean D. Reilly
-
Field Summary
Fields Modifier and Type Field Description static AcctFilterACTIVE_ACCOUNTS_FILTERstatic AcctFilterACTIVE_CATEGORY_CHOICE_FILTERcommon filter that excludes securities, the root account, and any inactive accountsstatic AcctFilterALL_ACCOUNTS_FILTERcommon filter that matches all accountsstatic AcctFilterCATEGORY_CHOICE_FILTERcommon filter that excludes securities and rootstatic AcctFilterCATEGORY_FILTERcommon filter that matches all category accountsstatic AcctFilterEDITABLE_ACCOUNTS_FILTERstatic AcctFilterINACTIVE_ACCOUNTS_FILTERstatic AcctFilterNON_CATEGORY_FILTERcommon filter that matches all non-category accountsstatic AcctFilterVIEWABLE_ACCOUNTS_FILTER -
Method Summary
-
Field Details
-
NON_CATEGORY_FILTER
common filter that matches all non-category accounts -
ACTIVE_ACCOUNTS_FILTER
-
INACTIVE_ACCOUNTS_FILTER
-
VIEWABLE_ACCOUNTS_FILTER
-
EDITABLE_ACCOUNTS_FILTER
-
CATEGORY_FILTER
common filter that matches all category accounts -
ALL_ACCOUNTS_FILTER
common filter that matches all accounts -
CATEGORY_CHOICE_FILTER
common filter that excludes securities and root -
ACTIVE_CATEGORY_CHOICE_FILTER
common filter that excludes securities, the root account, and any inactive accounts- Since:
- build 968
-
-
Method Details