@Service public interface UserNameUtil
Modifier and Type | Method and Description |
---|---|
String |
getUserName(long uid)
Gets the user name corresponding to the provided UID.
|
String getUserName(long uid) throws UserNameLookupException
uid
- The UID whose name to return.UserNameLookupException
- If an error occurred during retrieval of the user name.Copyright © 2017. All Rights Reserved.