Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.watches
Interface WatchSettingsManager

All Known Implementing Classes:
WatchSettingsManagerImpl, WatchSettingsManagerProxy

public interface WatchSettingsManager

An interface to retrieve and save watch settings for users.

See Also:
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

getSettings

WatchSettings getSettings(User user)
Retrieve a watch settings for the given user

Parameters:
user - the user to return a watch settings object for
Returns:
a WatchSettings object for the given user

saveSettings

void saveSettings(User user,
                  WatchSettings settings)
Save the watch settings for a user

Parameters:
user - the user to save the watch settings for
settings - the watch settings to save

deleteSettings

void deleteSettings(User user)
Delete the watch settings for a user

Parameters:
user - the user to delete the watch settings for

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.