Uses of Class
com.caplin.motif.fx.config.definitions.client.User
-
Packages that use User Package Description com.caplin.motif.fx.config.definitions.client -
-
Uses of User in com.caplin.motif.fx.config.definitions.client
Methods in com.caplin.motif.fx.config.definitions.client that return User Modifier and Type Method Description User
User. accountOverrides(java.util.Map<java.lang.String,Account> accountOverrides)
User
User. description(java.lang.String description)
User
User. putAccountOverridesItem(java.lang.String key, Account accountOverridesItem)
Methods in com.caplin.motif.fx.config.definitions.client that return types with arguments of type User Modifier and Type Method Description @Valid java.util.Map<java.lang.String,User>
Entity. getUsers()
Users belonging to this entity, keyed by their User IDMethods in com.caplin.motif.fx.config.definitions.client with parameters of type User Modifier and Type Method Description Entity
Entity. putUsersItem(java.lang.String key, User usersItem)
Method parameters in com.caplin.motif.fx.config.definitions.client with type arguments of type User Modifier and Type Method Description void
Entity. setUsers(java.util.Map<java.lang.String,User> users)
Entity
Entity. users(java.util.Map<java.lang.String,User> users)
-