public interface UserDao
UserModel access.| Modifier and Type | Method and Description |
|---|---|
UserModel |
findUserByUID(java.lang.String uid)
Returns for the given
uid the UserModel. |
UserModel findUserByUID(java.lang.String uid)
uid the UserModel.uid - the unique identifier of the usernull if for the given uid no UserModel was found.AmbiguousIdentifierException - if more as one User was found for the given uidCopyright © 2018 SAP SE. All Rights Reserved.