Uses of Interface
org.nakedobjects.runtime.userprofile.UserProfileStore

Packages that use UserProfileStore
org.nakedobjects.runtime.system   
org.nakedobjects.runtime.system.installers   
org.nakedobjects.runtime.userprofile   
org.nakedobjects.runtime.userprofile.inmemory   
 

Uses of UserProfileStore in org.nakedobjects.runtime.system
 

Methods in org.nakedobjects.runtime.system that return UserProfileStore
protected abstract  UserProfileStore NakedObjectsSystemAbstract.obtainUserProfileStore()
           
protected  UserProfileStore NakedObjectsSystemSimple.obtainUserProfileStore()
           
 

Methods in org.nakedobjects.runtime.system with parameters of type UserProfileStore
 void NakedObjectsSystemSimple.setUserProfileStore(UserProfileStore userProfileStore)
           
 

Uses of UserProfileStore in org.nakedobjects.runtime.system.installers
 

Methods in org.nakedobjects.runtime.system.installers that return UserProfileStore
protected  UserProfileStore NakedObjectsSystemUsingInstallers.obtainUserProfileStore()
           
 

Uses of UserProfileStore in org.nakedobjects.runtime.userprofile
 

Methods in org.nakedobjects.runtime.userprofile that return UserProfileStore
 UserProfileStore UserProfileStoreInstaller.createUserProfileStore(NakedObjectConfiguration nakedObjectConfiguration)
           
 

Constructors in org.nakedobjects.runtime.userprofile with parameters of type UserProfileStore
UserProfileLoaderDefault(UserProfileStore store)
           
UserProfileLoaderDefault(UserProfileStore store, UserProfileLoaderDefault.Mode mode)
          for testing purposes, explicitly specify the Mode.
 

Uses of UserProfileStore in org.nakedobjects.runtime.userprofile.inmemory
 

Classes in org.nakedobjects.runtime.userprofile.inmemory that implement UserProfileStore
 class InMemoryUserProfileStore
           
 

Methods in org.nakedobjects.runtime.userprofile.inmemory that return UserProfileStore
 UserProfileStore InMemoryUserProfileStoreInstaller.createUserProfileStore(NakedObjectConfiguration nakedObjectConfiguration)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.