org.sakaiproject.tool.gradebook.facades.sections
Class UserDirectoryServiceStandaloneSectionsImpl

java.lang.Object
  extended by org.sakaiproject.tool.gradebook.facades.sections.UserDirectoryServiceStandaloneSectionsImpl
All Implemented Interfaces:
UserDirectoryService

public class UserDirectoryServiceStandaloneSectionsImpl
extends Object
implements UserDirectoryService


Constructor Summary
UserDirectoryServiceStandaloneSectionsImpl()
           
 
Method Summary
 String getUserDisplayName(String userUid)
           
 String getUserEmailAddress(String userUid)
           
 UserManager getUserManager()
           
 void setUserManager(UserManager userManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDirectoryServiceStandaloneSectionsImpl

public UserDirectoryServiceStandaloneSectionsImpl()
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

getUserManager

public UserManager getUserManager()

setUserManager

public void setUserManager(UserManager userManager)


Copyright © 2003-2013 Sakai Project. All Rights Reserved.