org.sakaiproject.tool.gradebook.facades.sakai2impl
Class UserDirectoryServiceSakai2Impl

java.lang.Object
  extended by 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.


Constructor Summary
UserDirectoryServiceSakai2Impl()
           
 
Method Summary
 String getUserDisplayName(String userUid)
           
 String getUserEmailAddress(String userUid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDirectoryServiceSakai2Impl

public UserDirectoryServiceSakai2Impl()
Method Detail

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.