org.sakaiproject.tool.gradebook.facades.sakai2impl
Class UserDirectoryServiceSakai2Impl
java.lang.Object
org.sakaiproject.tool.gradebook.facades.sakai2impl.UserDirectoryServiceSakai2Impl
- All Implemented Interfaces:
- UserDirectoryService
public class UserDirectoryServiceSakai2Impl
- extends Object
- implements UserDirectoryService
Sakai2 implementation of the gradebook UserDirectoryService API.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserDirectoryServiceSakai2Impl
public UserDirectoryServiceSakai2Impl()
getUserDisplayName
public String getUserDisplayName(String userUid)
throws UnknownUserException
- Specified by:
getUserDisplayName in interface UserDirectoryService
- Throws:
UnknownUserException
getUserEmailAddress
public String getUserEmailAddress(String userUid)
throws UnknownUserException
- Specified by:
getUserEmailAddress in interface UserDirectoryService
- Throws:
UnknownUserException
Copyright © 2003-2013 Sakai Project. All Rights Reserved.