org.nakedobjects.plugins.xml.profilestore
Class XmlUserProfileStore

java.lang.Object
  extended by org.nakedobjects.plugins.xml.profilestore.XmlUserProfileStore
All Implemented Interfaces:
UserProfileStore

public class XmlUserProfileStore
extends java.lang.Object
implements UserProfileStore


Constructor Summary
XmlUserProfileStore(NakedObjectConfiguration configuration)
           
 
Method Summary
protected static PersistenceSession getPersistenceSession()
           
 UserProfile getUserProfile(java.lang.String userName)
           
 boolean isFixturesInstalled()
           
 void save(java.lang.String userName, UserProfile userProfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUserProfileStore

public XmlUserProfileStore(NakedObjectConfiguration configuration)
Method Detail

getUserProfile

public UserProfile getUserProfile(java.lang.String userName)
Specified by:
getUserProfile in interface UserProfileStore

isFixturesInstalled

public boolean isFixturesInstalled()
Specified by:
isFixturesInstalled in interface UserProfileStore

save

public void save(java.lang.String userName,
                 UserProfile userProfile)
Specified by:
save in interface UserProfileStore

getPersistenceSession

protected static PersistenceSession getPersistenceSession()


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