org.eclipse.higgins.userprofile
Class UserProfileRegistry

java.lang.Object
  extended byorg.eclipse.higgins.registry.HigginsRegistry
      extended byorg.eclipse.higgins.userprofile.UserProfileRegistry

public class UserProfileRegistry
extends org.eclipse.higgins.registry.HigginsRegistry

Author:
PilipenkoYN

Method Summary
 org.eclipse.higgins.registry.IConfiguration getConfiguration(org.eclipse.higgins.registry.IServiceProvider provider)
           
static UserProfileRegistry getInstance()
           
 UserProfile getUserProfile(CallbackHandler handler)
           
 IUserProfileService getUserProfileService()
           
 
Methods inherited from class org.eclipse.higgins.registry.HigginsRegistry
addExtension, getProviderType, getServiceProvider, getServiceProviders, loadProviders, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static UserProfileRegistry getInstance()

getUserProfileService

public IUserProfileService getUserProfileService()
                                          throws UserProfileException
Throws:
UserProfileException

getUserProfile

public UserProfile getUserProfile(CallbackHandler handler)
                           throws UserProfileException
Throws:
UserProfileException

getConfiguration

public org.eclipse.higgins.registry.IConfiguration getConfiguration(org.eclipse.higgins.registry.IServiceProvider provider)
                                                             throws org.eclipse.higgins.registry.RegistryConfigurationException
Throws:
org.eclipse.higgins.registry.RegistryConfigurationException