public interface UserFacade
| Modifier and Type | Method and Description |
|---|---|
UserData |
getUserById(java.lang.String uid)
Get a single user.
|
UserData getUserById(java.lang.String uid) throws CMSItemNotFoundException
uid - - the identifier of the user to retrieveCMSItemNotFoundException - when the user could not be foundCopyright © 2018 SAP SE. All Rights Reserved.