|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |