Class CombinedAccountFilter
java.lang.Object
com.infinitekind.moneydance.model.CombinedAccountFilter
- All Implemented Interfaces:
AcctFilter
public class CombinedAccountFilter extends java.lang.Object implements AcctFilter
Created by sreilly - 2014.05.05 12:14
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCombinedAccountFilter.CombinationType -
Field Summary
Fields inherited from interface com.infinitekind.moneydance.model.AcctFilter
ACTIVE_ACCOUNTS_FILTER, ACTIVE_CATEGORY_CHOICE_FILTER, ALL_ACCOUNTS_FILTER, CATEGORY_CHOICE_FILTER, CATEGORY_FILTER, EDITABLE_ACCOUNTS_FILTER, INACTIVE_ACCOUNTS_FILTER, NON_CATEGORY_FILTER, VIEWABLE_ACCOUNTS_FILTER -
Constructor Summary
Constructors Constructor Description CombinedAccountFilter(CombinedAccountFilter.CombinationType combinationType) -
Method Summary
Modifier and Type Method Description CombinedAccountFilteraddFilter(AcctFilter filter)java.lang.Stringformat(Account acct)Returns the String representation of the given account in the context of this search.booleanmatches(Account acct)Returns true iff the given account matches the current search criteria
-
Constructor Details
-
Method Details
-
addFilter
-
matches
Description copied from interface:AcctFilterReturns true iff the given account matches the current search criteria- Specified by:
matchesin interfaceAcctFilter
-
format
Description copied from interface:AcctFilterReturns the String representation of the given account in the context of this search.- Specified by:
formatin interfaceAcctFilter
-