Uses of Class
com.caplin.motif.config.definitions.common.Account
Packages that use Account
Package
Description
-
Uses of Account in com.caplin.motif.config.definitions.client
Methods in com.caplin.motif.config.definitions.client that return types with arguments of type AccountModifier and TypeMethodDescriptionConfig.getDefaultAccounts()Accounts belonging to this user, keyed by their Account IDMethods in com.caplin.motif.config.definitions.client with parameters of type AccountModifier and TypeMethodDescriptionConfig.putDefaultAccountsItem(String key, Account defaultAccountsItem) Method parameters in com.caplin.motif.config.definitions.client with type arguments of type AccountModifier and TypeMethodDescriptionConfig.defaultAccounts(Map<String, Account> defaultAccounts) voidConfig.setDefaultAccounts(Map<String, Account> defaultAccounts) -
Uses of Account in com.caplin.motif.config.definitions.common
Methods in com.caplin.motif.config.definitions.common that return AccountMethods in com.caplin.motif.config.definitions.common that return types with arguments of type AccountModifier and TypeMethodDescriptionUser.getAccountOverrides()Deprecated.Overrides the entity account list if present.Entity.getAccounts()Accounts belonging to this entity, keyed by their Account IDMethods in com.caplin.motif.config.definitions.common with parameters of type AccountModifier and TypeMethodDescriptionUser.putAccountOverridesItem(String key, Account accountOverridesItem) Deprecated.Entity.putAccountsItem(String key, Account accountsItem) Method parameters in com.caplin.motif.config.definitions.common with type arguments of type AccountModifier and TypeMethodDescriptionUser.accountOverrides(Map<String, Account> accountOverrides) Deprecated.voidUser.setAccountOverrides(Map<String, Account> accountOverrides) Deprecated.voidEntity.setAccounts(Map<String, Account> accounts)