|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WatchSettingsManager
An interface to retrieve and save watch settings for users.
WatchSettings
Method Summary | |
---|---|
void |
deleteSettings(User user)
Delete the watch settings for a user |
WatchSettings |
getSettings(User user)
Retrieve a watch settings for the given user |
void |
saveSettings(User user,
WatchSettings settings)
Save the watch settings for a user |
Method Detail |
---|
WatchSettings getSettings(User user)
user
- the user to return a watch settings object for
void saveSettings(User user, WatchSettings settings)
user
- the user to save the watch settings forsettings
- the watch settings to savevoid deleteSettings(User user)
user
- the user to delete the watch settings for
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |