Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Package com.jivesoftware.forum.watches

Interface Summary
BatchWatchEmailer  
WatchSettingsDAO  
WatchSettingsManager An interface to retrieve and save watch settings for users.
 

Class Summary
BatchWatchEmailerImpl A task that sends out a batch email watch for a specific user.
BatchWatchResult BatchWatchResult holds a count of watch results for a given batch watch, as well as a list of watched messages.
WatchSettings A container object holding the watch settings for a particular user.
WatchSettingsDAOImpl DDL: CREATE TABLE jiveWatchSettings ( userID bigint primary key references jiveUser(userID), autoWatchNewTopics bigint not null, autoWatchReplies bigint not null, receiveEmails bigint not null, batchFrequency bigint not null, lastBatchEmail bigint null);
WatchSettingsManagerImpl  
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.