org.nakedobjects.runtime.fixturesinstaller
Class ProfileServiceImpl

java.lang.Object
  extended by org.nakedobjects.runtime.fixturesinstaller.ProfileServiceImpl
All Implemented Interfaces:
ProfileService

public class ProfileServiceImpl
extends java.lang.Object
implements ProfileService


Constructor Summary
ProfileServiceImpl()
           
 
Method Summary
 void injectInto(java.lang.Object fixture)
           
 Profile newUserProfile()
           
 Profile newUserProfile(Profile profileTemplate)
           
 void saveAsDefault(Profile profile)
           
 void saveForUser(java.lang.String name, Profile profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileServiceImpl

public ProfileServiceImpl()
Method Detail

newUserProfile

public Profile newUserProfile()
Specified by:
newUserProfile in interface ProfileService

newUserProfile

public Profile newUserProfile(Profile profileTemplate)
Specified by:
newUserProfile in interface ProfileService

saveAsDefault

public void saveAsDefault(Profile profile)
Specified by:
saveAsDefault in interface ProfileService

saveForUser

public void saveForUser(java.lang.String name,
                        Profile profile)
Specified by:
saveForUser in interface ProfileService

injectInto

public void injectInto(java.lang.Object fixture)


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