public class DefaultUserDao extends DefaultGenericDao<UserModel> implements UserDao
UserDao.| Constructor and Description |
|---|
DefaultUserDao() |
| Modifier and Type | Method and Description |
|---|---|
UserModel |
findUserByUID(java.lang.String uid)
Returns for the given
uid the UserModel. |
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic UserModel findUserByUID(java.lang.String uid)
UserDaouid the UserModel.findUserByUID in interface UserDaouid - the unique identifier of the usernull if for the given uid no UserModel was found.Copyright © 2018 SAP SE. All Rights Reserved.