Uses of Class
org.eclipse.higgins.userprofile.entity.UserProfile

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

Uses of UserProfile in org.eclipse.higgins.userprofile
 

Methods in org.eclipse.higgins.userprofile that return UserProfile
 UserProfile UserProfileRegistry.getUserProfile(CallbackHandler handler)
           
 UserProfile IUserProfileService.getUserProfile(CallbackHandler handler)
           
 UserProfile IUserProfileService.addUserProfile(CallbackHandler handler, UserProfile userProfile)
           
 UserProfile IUserProfileService.modifyUserProfile(CallbackHandler handler, UserProfile userProfile)
           
 

Methods in org.eclipse.higgins.userprofile with parameters of type UserProfile
 UserProfile IUserProfileService.addUserProfile(CallbackHandler handler, UserProfile userProfile)
           
 UserProfile IUserProfileService.modifyUserProfile(CallbackHandler handler, UserProfile userProfile)
           
 

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

Methods in org.eclipse.higgins.userprofile.inmem that return UserProfile
 UserProfile MemoryUserProfileService.addUserProfile(CallbackHandler handler, UserProfile userProfile)
           
 UserProfile MemoryUserProfileService.getUserProfile(CallbackHandler handler)
           
 UserProfile MemoryUserProfileService.modifyUserProfile(CallbackHandler handler, UserProfile userProfile)
           
 

Methods in org.eclipse.higgins.userprofile.inmem with parameters of type UserProfile
 UserProfile MemoryUserProfileService.addUserProfile(CallbackHandler handler, UserProfile userProfile)
           
 UserProfile MemoryUserProfileService.modifyUserProfile(CallbackHandler handler, UserProfile userProfile)