public interface DiscussionThreadDAO extends CollaborationSetDAO<Message,DiscussionThread,com.technia.tvc.collaboration.discussion.model.dao.enovia.config.DiscussionConfig>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteThread(Identifier threadId) |
DiscussionThread |
read(Identifier threadId,
Person person,
Environment env)
Deprecated.
use
ReadContext read API |
void |
saveThread(DiscussionThread thread)
Save the Discussion thread values for new Thread
|
void |
updateThread(DiscussionThread thread) |
clearSetCategories, find, getContexts, getNotifications, getWatchers, getWatchers, hasSet, isSupported, isWatching, markRead, read, read, updateContexts, updateFollowUp, updateSetCategories, updateSetModified, updateSetStatus, updateUserTag, updateWatch@Deprecated DiscussionThread read(Identifier threadId, Person person, Environment env)
ReadContext read APIthreadId - The id of the message / root-message in a threaded
discussion.person - User in contextenv - Environment hosting infoDiscussionThread instancevoid deleteThread(Identifier threadId)
void saveThread(DiscussionThread thread)
thread - the instance of DiscussionThread with latest data .void updateThread(DiscussionThread thread)
Copyright ? Technia AB. All Rights Reserved.