org.nakedobjects.runtime.userprofile.inmemory
Class InMemoryUserProfileStore

java.lang.Object
  extended by org.nakedobjects.runtime.userprofile.inmemory.InMemoryUserProfileStore
All Implemented Interfaces:
DebugInfo, UserProfileStore

public class InMemoryUserProfileStore
extends java.lang.Object
implements UserProfileStore, DebugInfo


Constructor Summary
InMemoryUserProfileStore()
           
 
Method Summary
 void debugData(DebugString debug)
           
 java.lang.String debugTitle()
           
 UserProfile getUserProfile(java.lang.String name)
           
 boolean isFixturesInstalled()
           
 void save(java.lang.String name, UserProfile userProfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryUserProfileStore

public InMemoryUserProfileStore()
Method Detail

isFixturesInstalled

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

getUserProfile

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

save

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

debugData

public void debugData(DebugString debug)
Specified by:
debugData in interface DebugInfo

debugTitle

public java.lang.String debugTitle()
Specified by:
debugTitle in interface DebugInfo


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