|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILocaleStore
Interface defining how the portal reads and writes locale preferences.
| Method Summary | |
|---|---|
Locale[] |
getUserLocales(IPerson person)
Retrieves the locale preferences for a particular user. |
void |
updateUserLocales(IPerson person,
Locale[] locales)
Persists the locale preferences for a particular user. |
| Method Detail |
|---|
Locale[] getUserLocales(IPerson person)
throws Exception
person - the user
Exception
void updateUserLocales(IPerson person,
Locale[] locales)
throws Exception
person - the userlocales - the user's new locale preferences
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||