Interface UserFacade
-
- All Known Implementing Classes:
DefaultUserFacade
public interface UserFacadeFacade for searching information about users.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserDatagetUserById(java.lang.String uid)Get a single user.
-
-
-
Method Detail
-
getUserById
UserData getUserById(java.lang.String uid) throws CMSItemNotFoundException
Get a single user.- Parameters:
uid- - the identifier of the user to retrieve- Returns:
- user found.
- Throws:
CMSItemNotFoundException- when the user could not be found
-
-