Uses of Interface
org.eclipse.higgins.userprofile.IUserProfileService

Packages that use IUserProfileService
org.eclipse.higgins.userprofile   
org.eclipse.higgins.userprofile.inmem   
 

Uses of IUserProfileService in org.eclipse.higgins.userprofile
 

Methods in org.eclipse.higgins.userprofile that return IUserProfileService
 IUserProfileService UserProfileRegistry.getUserProfileService()
           
 

Uses of IUserProfileService in org.eclipse.higgins.userprofile.inmem
 

Classes in org.eclipse.higgins.userprofile.inmem that implement IUserProfileService
 class MemoryUserProfileService