|
||||||||||
| 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 | |
|---|---|
java.util.Locale[] |
getUserLocales(IPerson person)
Retrieves the locale preferences for a particular user. |
void |
updateUserLocales(IPerson person,
java.util.Locale[] locales)
Persists the locale preferences for a particular user. |
| Method Detail |
|---|
java.util.Locale[] getUserLocales(IPerson person)
throws java.lang.Exception
person - the user
java.lang.Exception
void updateUserLocales(IPerson person,
java.util.Locale[] locales)
throws java.lang.Exception
person - the userlocales - the user's new locale preferences
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||