|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserProfile
Interface for carrying out user profile operations
Method Summary | |
---|---|
void |
changeDefaultSharingType(boolean global)
Changes the default sharing settings for users that have not configured any. |
void |
changeUserLanguage(String lang)
Changes the current user's language preferences. |
void |
changeUserNotificationType(boolean useHtml)
Changes the current user's notification preferences. |
void |
changeUserSharingType(boolean global)
Changes the user's default sharing settings. |
UserProfile |
changeUserTimeZone(String timeZoneID)
Changes the current user's time zone. |
void |
gotoCurrentUserProfile()
Goto the current user's profile page. |
void |
gotoUserProfile(String userName)
Goto the another user's profile page. |
Method Detail |
---|
void changeUserNotificationType(boolean useHtml)
useHtml
- Set to True for HTML notifications, False for plain text notificationsvoid changeUserSharingType(boolean global)
global
- true if default sharing should be public, false otherwise.void changeDefaultSharingType(boolean global)
global
- true if default sharing should be public, false otherwise.void changeUserLanguage(String lang)
lang
- the full language text to change to e.g. "German (Germany)"void gotoCurrentUserProfile()
void gotoUserProfile(String userName)
userName
- The user name of the other user.UserProfile changeUserTimeZone(String timeZoneID)
timeZoneID@return
- this
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |