org.nakedobjects.runtime.userprofile
Interface UserProfileStore

All Known Implementing Classes:
InMemoryUserProfileStore

public interface UserProfileStore


Method Summary
 UserProfile getUserProfile(java.lang.String userName)
           
 boolean isFixturesInstalled()
           
 void save(java.lang.String userName, UserProfile userProfile)
           
 

Method Detail

isFixturesInstalled

boolean isFixturesInstalled()

save

void save(java.lang.String userName,
          UserProfile userProfile)

getUserProfile

UserProfile getUserProfile(java.lang.String userName)


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