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)

Field Summary
static String COLUMN_CURRENT_NODE_KEY
           
static String USE_OUT_BOX
           
 
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
 

Field Detail

USE_OUT_BOX

public static final String USE_OUT_BOX
See Also:
Constant Field Values

COLUMN_CURRENT_NODE_KEY

public static final String COLUMN_CURRENT_NODE_KEY
See Also:
Constant Field Values
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 © 2004-2012 The Kuali Foundation. All Rights Reserved.