org.kuali.rice.kew.api.preferences
Interface PreferencesService

All Known Implementing Classes:
PreferencesServiceImpl

public interface PreferencesService

A service which provides data access for Preferences.

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

Method Summary
 Preferences getPreferences(String principalId)
           
 void savePreferences(String principalId, Preferences actionListPreferences)
           
 

Method Detail

savePreferences

void savePreferences(String principalId,
                     Preferences actionListPreferences)

getPreferences

Preferences getPreferences(String principalId)


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