Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.watches.WatchSettingsDAO

Packages that use WatchSettingsDAO
com.jivesoftware.forum.watches   
 

Uses of WatchSettingsDAO in com.jivesoftware.forum.watches
 

Classes in com.jivesoftware.forum.watches that implement WatchSettingsDAO
 class 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);
 

Methods in com.jivesoftware.forum.watches with parameters of type WatchSettingsDAO
 void WatchSettingsManagerImpl.setWatchSettingsDAO(WatchSettingsDAO dao)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.