Interface UserFacade
- All Known Implementing Classes:
DefaultUserFacade
public interface UserFacade
Facade for searching information about users.
-
Method Summary
-
Method Details
-
getUserById
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
-