|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.util.Locale[] getUserLocales(IPerson person) throws java.lang.Exception
person
- the user
java.lang.Exception
public void updateUserLocales(IPerson person, java.util.Locale[] locales) throws java.lang.Exception
person
- the userlocales
- the user's new locale preferences
java.lang.Exception
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |