Uses of Class
com.caplin.motif.config.definitions.common.Account
Package
Description
-
Uses of Account in com.caplin.motif.config.definitions.client
Modifier and TypeMethodDescriptionConfig.getDefaultAccounts()
Accounts belonging to this user, keyed by their Account IDModifier and TypeMethodDescriptionConfig.putDefaultAccountsItem
(String key, Account defaultAccountsItem) Modifier and TypeMethodDescriptionConfig.defaultAccounts
(Map<String, Account> defaultAccounts) void
Config.setDefaultAccounts
(Map<String, Account> defaultAccounts) -
Uses of Account in com.caplin.motif.config.definitions.common
Modifier and TypeMethodDescriptionUser.getAccountOverrides()
Overrides the entity account list if present.Entity.getAccounts()
Accounts belonging to this entity, keyed by their Account IDModifier and TypeMethodDescriptionUser.putAccountOverridesItem
(String key, Account accountOverridesItem) Entity.putAccountsItem
(String key, Account accountsItem)