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

Packages that use UserProfileLoader
org.nakedobjects.runtime.context   
org.nakedobjects.runtime.session   
org.nakedobjects.runtime.system.installers   
org.nakedobjects.runtime.userprofile   
 

Uses of UserProfileLoader in org.nakedobjects.runtime.context
 

Methods in org.nakedobjects.runtime.context that return UserProfileLoader
static UserProfileLoader NakedObjectsContext.getUserProfileLoader()
           
 

Uses of UserProfileLoader in org.nakedobjects.runtime.session
 

Methods in org.nakedobjects.runtime.session that return UserProfileLoader
 UserProfileLoader NakedObjectSessionFactoryAbstract.getUserProfileLoader()
           
 UserProfileLoader NakedObjectSessionFactory.getUserProfileLoader()
           
 

Constructors in org.nakedobjects.runtime.session with parameters of type UserProfileLoader
NakedObjectSessionFactoryAbstract(DeploymentType deploymentType, NakedObjectConfiguration configuration, SpecificationLoader specificationLoader, TemplateImageLoader templateImageLoader, AuthenticationManager authenticationManager, AuthorizationManager authorizationManager, UserProfileLoader userProfileLoader, PersistenceSessionFactory persistenceSessionFactory, java.util.List<java.lang.Object> serviceList)
           
NakedObjectSessionFactoryDefault(DeploymentType deploymentType, NakedObjectConfiguration configuration, TemplateImageLoader templateImageLoader, SpecificationLoader specificationLoader, AuthenticationManager authenticationManager, AuthorizationManager authorizationManager, UserProfileLoader userProfileLoader, PersistenceSessionFactory persistenceSessionFactory, java.util.List<java.lang.Object> servicesList)
           
 

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

Methods in org.nakedobjects.runtime.system.installers with parameters of type UserProfileLoader
protected  NakedObjectSessionFactory NakedObjectsSystemUsingInstallers.createSessionFactory(DeploymentType deploymentType, UserProfileLoader userProfileLoader, PersistenceSessionFactory persistenceSessionFactory)
          Overloaded version designed to be called by subclasses that need to explicitly specify different persistence mechanisms.
 

Uses of UserProfileLoader in org.nakedobjects.runtime.userprofile
 

Classes in org.nakedobjects.runtime.userprofile that implement UserProfileLoader
 class UserProfileLoaderDefault
          Acts like a bridge, loading the profile from the underlying store.
 



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