Uses of Class
com.caplin.motif.fx.config.definitions.client.Entity
-
Packages that use Entity Package Description com.caplin.motif.fx.config.definitions.client -
-
Uses of Entity in com.caplin.motif.fx.config.definitions.client
Methods in com.caplin.motif.fx.config.definitions.client that return Entity Modifier and Type Method Description Entity
Entity. accounts(java.util.Map<java.lang.String,Account> accounts)
Entity
Entity. description(java.lang.String description)
Entity
Entity. putAccountsItem(java.lang.String key, Account accountsItem)
Entity
Entity. putUsersItem(java.lang.String key, User usersItem)
Entity
Entity. users(java.util.Map<java.lang.String,User> users)
Methods in com.caplin.motif.fx.config.definitions.client that return types with arguments of type Entity Modifier and Type Method Description @NotNull @Valid java.util.Map<java.lang.String,Entity>
TOBO. getEntities()
Available entities, keyed by their Entity IDMethods in com.caplin.motif.fx.config.definitions.client with parameters of type Entity Modifier and Type Method Description TOBO
TOBO. putEntitiesItem(java.lang.String key, Entity entitiesItem)
Method parameters in com.caplin.motif.fx.config.definitions.client with type arguments of type Entity Modifier and Type Method Description TOBO
TOBO. entities(java.util.Map<java.lang.String,Entity> entities)
void
TOBO. setEntities(java.util.Map<java.lang.String,Entity> entities)
-