public class FullAccountList
extends java.lang.Object
Holds the full list of possible accounts, given a filter. Could hold all normal accounts, or all categories, or everything.
| Constructor and Description |
|---|
FullAccountList(RootAccount root,
com.moneydance.apps.md.controller.AccountFilter filter,
boolean includeSubAccounts) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.Integer> |
getAccountsIDsOfType(int type) |
int |
getCount() |
java.util.Set<java.lang.Integer> |
getFullAccountIDs() |
java.util.List<Account> |
getFullAccountList() |
public FullAccountList(RootAccount root, com.moneydance.apps.md.controller.AccountFilter filter, boolean includeSubAccounts)
public int getCount()
public java.util.List<Account> getFullAccountList()
public java.util.Set<java.lang.Integer> getFullAccountIDs()
public java.util.Set<java.lang.Integer> getAccountsIDsOfType(int type)