public class Users extends AbstractItems<UserModel>
| Modifier and Type | Field and Description |
|---|---|
static String |
UID_BOB |
static String |
UID_MANAGER_MONTREAL_DUKE |
static String |
UID_MANAGER_MONTREAL_MAISONNEUVE |
static String |
UID_NANCY |
| Constructor and Description |
|---|
Users() |
| Modifier and Type | Method and Description |
|---|---|
UserModel |
Bob() |
protected UserModel |
getOrCreateUser(String uid) |
UserDao |
getUserDao() |
UserModel |
ManagerMontrealDuke() |
UserModel |
ManagerMontrealMaisonneuve() |
UserModel |
Nancy() |
void |
setUserDao(UserDao userDao) |
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelService, getOrSaveAndReturn, setFlexibleSearchService, setModelServicepublic static final String UID_BOB
public static final String UID_NANCY
public static final String UID_MANAGER_MONTREAL_DUKE
public static final String UID_MANAGER_MONTREAL_MAISONNEUVE
Copyright © 2017 SAP SE. All Rights Reserved.