org.kuali.rice.kew.preferences.service.impl
Class PreferencesServiceImpl

java.lang.Object
  extended by org.kuali.rice.kew.preferences.service.impl.PreferencesServiceImpl
All Implemented Interfaces:
PreferencesService

public class PreferencesServiceImpl
extends Object
implements PreferencesService

An implementation of the PreferencesService.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
PreferencesServiceImpl()
           
 
Method Summary
 Preferences getPreferences(String principalId)
           
 UserOptionsService getUserOptionService()
           
 void savePreferences(String principalId, Preferences preferences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesServiceImpl

public PreferencesServiceImpl()
Method Detail

getPreferences

public Preferences getPreferences(String principalId)
Specified by:
getPreferences in interface PreferencesService

savePreferences

public void savePreferences(String principalId,
                            Preferences preferences)
Specified by:
savePreferences in interface PreferencesService

getUserOptionService

public UserOptionsService getUserOptionService()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.