org.nakedobjects.runtime.userprofile.inmemory
Class InMemoryUserProfileStore
java.lang.Object
org.nakedobjects.runtime.userprofile.inmemory.InMemoryUserProfileStore
- All Implemented Interfaces:
- DebugInfo, UserProfileStore
public class InMemoryUserProfileStore
- extends java.lang.Object
- implements UserProfileStore, DebugInfo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryUserProfileStore
public InMemoryUserProfileStore()
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.